11 lines
184 B
Python
11 lines
184 B
Python
|
|
from trytond.tests.test_tryton import ModuleTestCase
|
|
|
|
|
|
class SaleFastFoodTestCase(ModuleTestCase):
|
|
"Test Sale Fast Food module"
|
|
module = 'sale_fast_food'
|
|
|
|
|
|
del ModuleTestCase
|