diff --git a/account_statement_bankaccount_completion/tests/__init__.py b/account_statement_bankaccount_completion/tests/__init__.py index 7f2130be..8f905942 100644 --- a/account_statement_bankaccount_completion/tests/__init__.py +++ b/account_statement_bankaccount_completion/tests/__init__.py @@ -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 -] diff --git a/account_statement_base_import/tests/__init__.py b/account_statement_base_import/tests/__init__.py index 3129f6a8..2a150908 100644 --- a/account_statement_base_import/tests/__init__.py +++ b/account_statement_base_import/tests/__init__.py @@ -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 -]