first commit

This commit is contained in:
root
2023-07-26 00:24:18 +00:00
commit 9d6fbd3bbc
30 changed files with 1356 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 EjemploTestCase(ModuleTestCase):
"Test Ejemplo module"
module = 'ejemplo'
del ModuleTestCase