Add extras to test

This commit is contained in:
Jared Esparza 2022-05-02 09:59:09 +02:00
parent 7007cd7ad4
commit d8e847646e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from trytond.tests.test_tryton import ModuleTestCase
class ProductSpecialPriceTestCase(CompanyTestMixin, ModuleTestCase):
'Test ProductSpecialPrice module'
module = 'product_special_price'
extras = ['product_esale']
del ModuleTestCase