Add test extras

This commit is contained in:
Jared Esparza 2022-05-04 10:56:57 +02:00
parent 62f8ec3fa0
commit b7630368ad
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ from trytond.tests.test_tryton import ModuleTestCase
class ProductQtyTestCase(CompanyTestMixin, ModuleTestCase):
'Test ProductQty module'
module = 'product_qty'
extras = ['product_manufacturer', 'purchase']
del ModuleTestCase