Merge pull request #288 from gurneyalex/8.0-remove-tests-suites

remove deprecated test suite declarations
This commit is contained in:
Guewen Baconnier
2015-08-28 09:53:29 +02:00
2 changed files with 0 additions and 15 deletions

View File

@@ -28,11 +28,3 @@
#
from . import test_account_constraint_chronology
fast_suite = [
test_account_constraint_chronology,
]
checks = [
test_account_constraint_chronology,
]

View File

@@ -21,10 +21,3 @@
##############################################################################
from . import test_account_partner_required
fast_suite = [
]
checks = [
test_account_partner_required,
]