lczub / TestLink-API-Python-client

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

implement 1.9.14 changed api interface - getTestCaseKeywords #49

Closed lczub closed 9 years ago

lczub commented 9 years ago

the interface of api method getTestCaseKeywords, introduced with TL 1.9.13, will change with TL 1.9.14

lczub commented 9 years ago

Travis reports a broken build for #53.

reason is, that also the error code behaviour for getTestCaseKeywords has changed for the situation invalid test case id:

Unit tests _test_getTestCaseKeywordsunknownID are already adapted, but the used testlink demo application is still representing a 1.9.13 dev state from 26/12/14.

So all 1.9.14 related unit test needs a @unittest.expectedFailure decorator like _test_addTestCaseKeywordsunknownID

lczub commented 9 years ago

changed tests passed travis build