[MERGE] addons 16 survey
[odoo/odoo.git] / openerp / tests / __init__.py
index 908df67..aa39b77 100644 (file)
@@ -9,7 +9,8 @@ See the :ref:`test-framework` section in the :ref:`features` list.
 """
 
 from . import test_expression, test_html_sanitize, test_ir_sequence, test_orm,\
-              test_view_validation, test_uninstall, test_misc
+              test_basecase, \
+              test_view_validation, test_uninstall, test_misc, test_db_cursor
 
 fast_suite = [
     test_ir_sequence,
@@ -17,7 +18,10 @@ fast_suite = [
 
 checks = [
     test_expression,
+    test_html_sanitize,
+    test_db_cursor,
     test_orm,
+    test_basecase,
     test_view_validation,
     test_misc,
 ]