Commit 76169ce1 authored by Romain Courteaud's avatar Romain Courteaud

MORE TESTS

parent ca981cfb
...@@ -25,6 +25,7 @@ slapos_bt_list = [ ...@@ -25,6 +25,7 @@ slapos_bt_list = [
slapos_bt_list = [ slapos_bt_list = [
'slapos_erp5', 'slapos_erp5',
'slapos_cloud', 'slapos_cloud',
'slapos_accounting',
'slapos_panel_ui_test', 'slapos_panel_ui_test',
] ]
...@@ -52,6 +53,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -52,6 +53,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
if component_re_match.group(2) not in [ if component_re_match.group(2) not in [
'testSlapOSERP5VirtualMasterScenario', 'testSlapOSERP5VirtualMasterScenario',
'testSlapOSAllocationSupply', 'testSlapOSAllocationSupply',
'testSlapOSSaleSupply',
'testFunctionalSlapOSPanelStyle', 'testFunctionalSlapOSPanelStyle',
]: ]:
continue continue
......
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