Results 9 issues of Luiko Czub

Hello Perica, I tried to build a PortablePython distribution with a different set of modules, cause I do not need all the currently included modules and need some additional ones....

enhancement

issue #149 reports failing TestLinkExample running against testlink_1_9_20_fixed in sample line 713 - myTestLink.copyTCnewVersion() try to reproduce this with new build TL Server with testlink_1_9_20_fixed, using [testlink-pg-docker - build-and-run-testlink-1920fixed](https://github.com/lczub/testlink-pg-docker#build-and-run-testlink-1920fixed) lets...

duplicate

Implement new 1.9.20-fixed api - getTestCaseRequirements related TL Mantis Task - [8715](http://mantis.testlink.org/view.php?id=8715): [API - XMLRPC] Add a method to retrieve all requirements linked to a given test case new api...

enhancement

implement new 1.9.20-fixed api - getRequirement related TL Mantis Task - [9039](http://mantis.testlink.org/view.php?id=9039): [API - XMLRPC] Use the (XMLRPC) API to get requirements coverage matrix new api - getRequirement ``` /**...

enhancement

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

MUnit tests often requires time consuming preparation ( e.g. starting an application, create design), which not all test cases want to do each time in their setup. Same situation exist...