lczub / TestLink-API-Python-client

A Python client to use the TestLink API
105 stars 63 forks source link

service method listKeywordsForTC() should use new TL 1.9.13 api getTestCaseKeywords() #45

Open lczub opened 9 years ago

lczub commented 9 years ago

service method listKeywordsForTC() #25 uses the TL 1.9.10 api change getTestCasesForTestSuite #23

With TL 1.9.13, this service method could be simplified, cause the indirect search via test suite and getTestCasesForTestSuite() could be replaced with the new api method getTestCaseKeywords() #42