Migrate to 6.0

This commit is contained in:
Sergio Morillo 2022-07-12 12:25:50 +02:00
parent 72399e1859
commit 863794a058
1 changed files with 0 additions and 5 deletions

View File

@ -1,13 +1,8 @@
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
import unittest
import doctest
from trytond.tests.test_tryton import ModuleTestCase
from trytond.tests.test_tryton import suite as test_suite
from trytond.tests.test_tryton import doctest_teardown
from trytond.tests.test_tryton import doctest_checker
class OfficeSequenceTestCase(ModuleTestCase):