11 lines
179 B
Python
11 lines
179 B
Python
|
|
from trytond.tests.test_tryton import ModuleTestCase
|
|
|
|
|
|
class SmartVisionTestCase(ModuleTestCase):
|
|
"Test Smart Vision module"
|
|
module = 'smart_vision'
|
|
|
|
|
|
del ModuleTestCase
|