Commit c4a2f8b6 authored by Rafael Monnerat's avatar Rafael Monnerat

CloudPerformanceUnitTestDistributor: Include missing doc string

parent 6b8fce82
......@@ -85,6 +85,10 @@ class CloudPerformanceUnitTestDistributor(ERP5ProjectUnitTestDistributor):
security.declarePublic("generateConfiguration")
def generateConfiguration(self, test_suite_title, batch_mode=0):
""" Disable this feature due Backward compatibility, as test_suite_title
is modified on startTestSuite the original method cannot find the
right Test Suite.
"""
generated_configuration = {"configuration_list": [{}]}
if batch_mode:
return generated_configuration
......
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