trytond-stock_location_note.../tests/test_module.py
José Antonio Díaz Miralles 7da35a38ee Migrate to 6.4
2022-09-19 12:56:36 +02:00

14 lines
359 B
Python

# 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 LocationTestCase(ModuleTestCase):
"""Test module"""
module = 'stock_location_notebook'
def setUp(self):
super(LocationTestCase, self).setUp()
del ModuleTestCase