Commit 02ec18b7 authored by Romain Courteaud's avatar Romain Courteaud 🐸

MORE TESTS

parent 7c1b25f9
...@@ -51,7 +51,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -51,7 +51,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
if component_re_match.group(2) not in [ if component_re_match.group(2) not in [
'testSlapOSERP5VirtualMasterScenario', 'testSlapOSERP5VirtualMasterScenario',
'testFunctionalSlapOSPanelStyle', 'testFunctionalSlapOSPanelStyle',
] ]:
continue continue
else: else:
test_case = test_path.split(os.sep)[-1][:-3] # remove .py test_case = test_path.split(os.sep)[-1][:-3] # remove .py
......
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