From 9d300b7c569890f3c742c78eeff43d87b032f9f7 Mon Sep 17 00:00:00 2001 From: Jared Esparza Date: Fri, 6 May 2022 12:41:50 +0200 Subject: [PATCH] Add test extras --- tests/test_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_module.py b/tests/test_module.py index bcaa890..1245303 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -9,6 +9,7 @@ from trytond.tests.test_tryton import ModuleTestCase class SaleProductRawTestCase(CompanyTestMixin, ModuleTestCase): 'Test SaleProductRaw module' module = 'sale_product_raw' + extras = ['purchase', 'sale_pos', 'stock_supply', 'production_output_location'] del ModuleTestCase