Remove unnecessary checks

This commit is contained in:
Matthieu Dietrich
2016-04-29 15:41:29 +02:00
parent 17bf64450d
commit 092ff40aa9
2 changed files with 0 additions and 9 deletions

View File

@@ -2,7 +2,3 @@
# © 2013 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import test_bankaccount_completion
checks = [
test_bankaccount_completion
]

View File

@@ -6,8 +6,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from . import test_base_completion
from . import test_base_import
checks = [
test_base_completion,
test_base_import
]