Initial import from Docker volume
This commit is contained in:
2
modules/stock_package_shipping/tests/__init__.py
Executable file
2
modules/stock_package_shipping/tests/__init__.py
Executable 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.
|
||||
BIN
modules/stock_package_shipping/tests/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
BIN
modules/stock_package_shipping/tests/__pycache__/__init__.cpython-311.opt-1.pyc
Executable file
Binary file not shown.
BIN
modules/stock_package_shipping/tests/__pycache__/__init__.cpython-311.pyc
Executable file
BIN
modules/stock_package_shipping/tests/__pycache__/__init__.cpython-311.pyc
Executable file
Binary file not shown.
Binary file not shown.
BIN
modules/stock_package_shipping/tests/__pycache__/test_module.cpython-311.pyc
Executable file
BIN
modules/stock_package_shipping/tests/__pycache__/test_module.cpython-311.pyc
Executable file
Binary file not shown.
12
modules/stock_package_shipping/tests/test_module.py
Executable file
12
modules/stock_package_shipping/tests/test_module.py
Executable file
@@ -0,0 +1,12 @@
|
||||
# This file is part of 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 StockPackageShippingTestCase(ModuleTestCase):
|
||||
'Test Stock Package Shipping module'
|
||||
module = 'stock_package_shipping'
|
||||
|
||||
|
||||
del ModuleTestCase
|
||||
Reference in New Issue
Block a user