11 lines
179 B
Python
11 lines
179 B
Python
|
|
from trytond.tests.test_tryton import ModuleTestCase
|
|
|
|
|
|
class SalePrinterTestCase(ModuleTestCase):
|
|
"Test Sale Printer module"
|
|
module = 'sale_printer'
|
|
|
|
|
|
del ModuleTestCase
|