mirror of
https://github.com/NaN-tic/trytond-csv_import.git
synced 2023-12-14 02:02:55 +01:00
Remove CompanyTestMixin
This commit is contained in:
parent
b7e7394502
commit
2d99a25e9c
1 changed files with 1 additions and 2 deletions
|
@ -2,11 +2,10 @@
|
||||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
# this repository contains the full copyright notices and license terms.
|
# this repository contains the full copyright notices and license terms.
|
||||||
|
|
||||||
from trytond.modules.company.tests import CompanyTestMixin
|
|
||||||
from trytond.tests.test_tryton import ModuleTestCase
|
from trytond.tests.test_tryton import ModuleTestCase
|
||||||
|
|
||||||
|
|
||||||
class CsvImportTestCase(CompanyTestMixin, ModuleTestCase):
|
class CsvImportTestCase(ModuleTestCase):
|
||||||
'Test CsvImport module'
|
'Test CsvImport module'
|
||||||
module = 'csv_import'
|
module = 'csv_import'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue