first commit

This commit is contained in:
root
2023-07-25 19:17:46 +00:00
commit adf7f5b9b5
30 changed files with 1380 additions and 0 deletions

0
tests/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

10
tests/test_module.py Normal file
View File

@@ -0,0 +1,10 @@
from trytond.tests.test_tryton import ModuleTestCase
class TallerTestCase(ModuleTestCase):
"Test Taller module"
module = 'Taller'
del ModuleTestCase