[FIX] remove deprecated checks/fast_suite test attributes from standard modules

This commit is contained in:
Xavier Morel 2015-01-15 14:30:16 +01:00
parent 9808ca3e31
commit 65cd4a2a33
33 changed files with 10 additions and 182 deletions

View File

@ -1,9 +1,3 @@
from . import test_tax
from . import test_search
from . import test_reconciliation
fast_suite = [
test_tax,
test_search,
test_reconciliation,
]

View File

@ -20,8 +20,4 @@
##############################################################################
from . import test_account_followup
checks = [
test_account_followup,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,8 +20,4 @@
##############################################################################
from . import base_action_rule_test
checks = [
base_action_rule_test,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,3 +1 @@
from . import test_cases
checks = [test_cases]

View File

@ -1,6 +1,2 @@
# -*- coding: utf-8 -*-
import test_qweb_float
checks = [
test_qweb_float
]
from . import test_qweb_float

View File

@ -20,9 +20,4 @@
##############################################################################
from . import test_mail, test_ir_actions
checks = [
test_mail,
test_ir_actions,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,7 +20,3 @@
##############################################################################
from . import test_challenge
checks = [
test_challenge,
]

View File

@ -19,10 +19,6 @@
#
##############################################################################
from openerp.addons.hr_holidays.tests import test_holidays_flow
checks = [
test_holidays_flow,
]
from . import test_holidays_flow
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,8 +20,4 @@
##############################################################################
from . import test_lunch
checks = [
test_lunch,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,13 +21,4 @@
from . import test_mail_group, test_mail_message, test_mail_features, test_mail_gateway, test_message_read, test_invite
checks = [
test_mail_group,
test_mail_message,
test_mail_features,
test_mail_gateway,
test_message_read,
test_invite,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -19,8 +19,4 @@
#
##############################################################################
from openerp.addons.mass_mailing.tests import test_mail
checks = [
test_mail,
]
from . import test_mail

View File

@ -20,8 +20,4 @@
##############################################################################
from . import test_note
checks = [
test_note,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,7 +1 @@
# -*- coding: utf-8 -*-
# from . import test_adyen
checks = [
# test_adyen,
]

View File

@ -1,7 +1,3 @@
# -*- coding: utf-8 -*-
from openerp.addons.payment_buckaroo.tests import test_buckaroo
checks = [
test_buckaroo,
]
from . import test_buckaroo

View File

@ -1,7 +1 @@
# -*- coding: utf-8 -*-
# from . import test_ogone
checks = [
# test_ogone,
]

View File

@ -1,7 +1 @@
# -*- coding: utf-8 -*-
# from . import test_paypal
checks = [
# test_paypal,
]

View File

@ -20,8 +20,4 @@
##############################################################################
from . import test_portal
checks = [
test_portal,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,8 +21,4 @@
from . import test_access_rights
checks = [
test_access_rights,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,8 +21,4 @@
from . import test_access_rights
checks = [
test_access_rights,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1 @@
from . import test_uom, test_pricelist
fast_suite = [
test_uom,
test_pricelist
]

View File

@ -21,8 +21,4 @@
from . import test_project_flow
checks = [
test_project_flow,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -19,10 +19,6 @@
#
##############################################################################
from openerp.addons.resource.tests import test_resource
checks = [
test_resource,
]
from . import test_resource
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,8 +21,4 @@
from . import test_move_explode
checks = [
test_move_explode,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,8 +1,3 @@
# -*- coding: utf-8 -*-
from openerp.addons.stock.tests import test_stock_flow
checks = [
test_stock_flow,
]
from . import test_stock_flow

View File

@ -21,7 +21,3 @@
from . import test_survey
checks = [
test_survey
]

View File

@ -21,8 +21,4 @@
import test_controllers
checks = [
test_controllers,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1,2 @@
# -*- coding: utf-8 -*-
from . import test_convert
checks = [
test_convert
]

View File

@ -2,12 +2,4 @@
from . import test_html, test_gbf
fast_suite = [
]
checks = [
test_html,
test_gbf,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,12 +1,4 @@
# -*- coding: utf-8 -*-
from . import test_inheritance, test_extension, test_delegation
fast_suite = [
]
checks = [
test_inheritance,
test_extension,
test_delegation,
]

View File

@ -2,13 +2,4 @@
from . import test_export, test_import, test_load
fast_suite = [
]
checks = [
test_export,
test_import,
test_load,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -2,11 +2,4 @@
from . import test_inherit
fast_suite = [
]
checks = [
test_inherit,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -5,14 +5,3 @@ from . import test_new_fields
from . import test_onchange
from . import test_field_conversions
from . import test_attributes
fast_suite = [
]
checks = [
test_related,
test_new_fields,
test_onchange,
test_field_conversions,
test_attributes,
]

View File

@ -2,11 +2,4 @@
from . import test_workflow
fast_suite = [
]
checks = [
test_workflow,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: