TestLink-API-Python-client icon indicating copy to clipboard operation
TestLink-API-Python-client copied to clipboard

A Python client to use the TestLink API

Results 17 TestLink-API-Python-client issues
Sort by recently updated
recently updated
newest added

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 -...

enhancement

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...

enhancement

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...

enhancement

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()...

enhancement

when retriving data with SOH character library is crashing `xml.parsers.expat.ExpatError: not well-formed` ` File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1123, in __call__ return self.__send(self.__name, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\xmlrpc\client.py", line 1465, in...

question

clarrification arround issue with uploadExecutionAttachment

Hi Everyone, I am in the process of extracting test cases from Testlink through the method getTestCasesForTestPlan(test_plan_id, Buildid), but it is retrieving all test cases instead of limiting the results...