[MERGE] trunk-test-al easier http testing

bzr revid: al@openerp.com-20140209133718-yhjoyue8ke4i8d10
This commit is contained in:
Antony Lesuisse 2014-02-09 14:37:18 +01:00
commit e8aa9751b2
2 changed files with 3 additions and 11 deletions

View File

@ -1,8 +1,4 @@
# -*- coding: utf-8 -*-
from . import test_menu, test_serving_base, test_js
fast_suite = []
checks = [
test_menu,
test_serving_base,
]
import test_js
import test_menu
import test_serving_base

View File

@ -21,10 +21,6 @@ class WebSuite(QUnitSuite):
''
])
super(WebSuite, self).__init__(url, 50000)
def run(self, result):
if sql_db._Pool is not None:
sql_db._Pool.close_all(sql_db.dsn(tools.config['db_name']))
return super(WebSuite, self).run(result)
def load_tests(loader, standard_tests, _):
standard_tests.addTest(WebSuite())