TestLink-API-Python-client
TestLink-API-Python-client copied to clipboard
A Python client to use the TestLink API
implement new 1.9.20-fixed api - createUser, setUserRoleOnProject related TL Mantis Task - [8967](http://mantis.testlink.org/view.php?id=8967): [API - XMLRPC] Allow to set a leader on a project using XML-RPC API new api -...
Problem - the travis configuration starts only offline pytests, cause no testlink demo web installation exist. Proposed Solution: Extend the travis configuration with a [docker-compose service](https://docs.travis-ci.com/user/docker/#using-docker-compose) to allow pytests and...
Pull request #94 added the class *TestReporter* and MixinSubclasses to automatically create missing test plans, platforms and builds, when reporting test case results. Current behaviour is, that the list of...
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()...