X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=openerp%2Ftests%2F__init__.py;fp=openerp%2Ftests%2F__init__.py;h=c4b77a606a9067cfd55c137e19f019b7e0cc1e7e;hb=401dd57f30849c2b7a7b76c98953aaa3954e0b35;hp=c907d569a687d3c50c44567bbc8dcc6ab35d19ed;hpb=db13e8591a5c622f25ea9adf65e9810a569f8915;p=odoo%2Fodoo.git diff --git a/openerp/tests/__init__.py b/openerp/tests/__init__.py index c907d56..c4b77a6 100644 --- a/openerp/tests/__init__.py +++ b/openerp/tests/__init__.py @@ -9,7 +9,7 @@ See the :ref:`test-framework` section in the :ref:`features` list. """ from . import test_expression, test_html_sanitize, test_ir_sequence, test_orm,\ - test_fields, test_per_class_teardown, \ + test_fields, test_basecase, \ test_view_validation, test_uninstall, test_misc, test_db_cursor fast_suite = [ @@ -22,7 +22,7 @@ checks = [ test_db_cursor, test_orm, test_fields, - test_per_class_teardown, + test_basecase, test_view_validation, test_misc, ]