Feat: First Commit
This commit is contained in:
2
modules/account_co_pyme/tests/__init__.py
Normal file
2
modules/account_co_pyme/tests/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
# this repository contains the full copyright notices and license terms.
|
||||
12
modules/account_co_pyme/tests/test_account_co_pyme.py
Normal file
12
modules/account_co_pyme/tests/test_account_co_pyme.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# This file is part of the sale_payment module for Tryton.
|
||||
# The COPYRIGHT file at the top level of this repository contains the full
|
||||
# copyright notices and license terms.
|
||||
from trytond.tests.test_tryton import ModuleTestCase
|
||||
|
||||
|
||||
class AccountCoPymeTestCase(ModuleTestCase):
|
||||
'Test Purchase Payment module'
|
||||
module = 'account_co_pyme'
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
Reference in New Issue
Block a user