Closed waynesun09 closed 2 years ago
Change lgtm, how come it worked with suds-py3 :/
Yeah, no idea, maybe the method have changed.
ack, if you don't mind, I'd like to check on something tomorrow before merging this.
Sure, no hurry
What about 'searchTestRunTemplatesLimited' (without 'WithFields')?
I think the default value of 'limit' should be None instead of -1. Only when
limit is not None
, there is a need to call the 'Limited' functions. But, if we set the default value of 'limit' to '-1', then 'Limited' functions should be called anyway.
Agree, I've made the change. This will add searchTestRunsWithFields and searchTestRunTemplatesWithFields methods, it would not break backward compatibility.
Created new issue https://github.com/RedHatQE/pylero/issues/91 for test
Only searchTestRunsWithFieldsLimited and searchTestRunTemplatesWithFieldsLimited methods support the limit parameter.
Methods don't support limit parameter:
Fix the param error with only add the limit param when limit parameter is not None.
This update also add searchTestRunsWithFields and searchTestRunTemplatesWithFields methods.
This fixes: https://github.com/RedHatQE/pylero/issues/89
Reference: https://almdemo.polarion.com/polarion/sdk/doc/javadoc/com/polarion/alm/ws/client/testmanagement/TestManagementWebService.html#searchTestRuns(java.lang.String,java.lang.String)
Signed-off-by: Wayne Sun gsun@redhat.com