11 lines
162 B
Python
11 lines
162 B
Python
|
|
||
|
from trytond.tests.test_tryton import ModuleTestCase
|
||
|
|
||
|
|
||
|
class TallerTestCase(ModuleTestCase):
|
||
|
"Test Taller module"
|
||
|
module = 'Taller'
|
||
|
|
||
|
|
||
|
del ModuleTestCase
|