Commit ff116878 authored by Romain Courteaud's avatar Romain Courteaud

MORE TESTS

parent 13cea54a
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 SavedTestSuite from test_suite import ERP5TypeTestSuite, SavedTestSuite
import sys import sys
HERE = os.path.dirname(__file__) HERE = os.path.dirname(__file__)
class _ERP5(SavedTestSuite): class _ERP5(ERP5TypeTestSuite):
_saved_test_id = "erp5_web_renderjs_ui_test:testFunctionalRJSInterfaceValidator" _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',
......
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