Commit 1b39e4fb authored by Romain Courteaud's avatar Romain Courteaud 🐙

XXX Try to speedup tests

parent 9e979ddb
from glob import glob from glob import glob
import os, subprocess, re import os, subprocess, re
# test_suite is provided by 'run_test_suite' # test_suite is provided by 'run_test_suite'
from test_suite import ERP5TypeTestSuite from test_suite import SavedTestSuite
import sys import sys
HERE = os.path.dirname(__file__) HERE = os.path.dirname(__file__)
class _ERP5(ERP5TypeTestSuite): class _ERP5(SavedTestSuite):
_saved_test_id = "erp5_web_renderjs_ui_test:testFunctionalRJSInterfaceValidator"
realtime_output = False realtime_output = False
enabled_product_list = ('CMFActivity', 'CMFCategory', 'ERP5', 'ERP5Catalog', enabled_product_list = ('CMFActivity', 'CMFCategory', 'ERP5', 'ERP5Catalog',
'ERP5eGovSecurity', 'ERP5Form', 'ERP5eGovSecurity', 'ERP5Form',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment