11Changes in TestLink-API-Python-client Source Distribution
22=========================================================
33
4- TestLink-API-Python-client UNDER DEVELOP v0.5.1
5- -----------------------------------------------------------
6- support for future TL 1.9.11 release
4+ TestLink-API-Python-client release notes v0.5.1 (Aug. 2014)
5+ ------------------------------------------------------------
6+ support for TestLink release 1.9.11
77
8- implement 1.9.11 api changes - getLastExecutionResult #27
8+ implement 1.9.11 api change - getLastExecutionResult #27
99~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010
1111TestlinkAPIGeneric and TestlinkAPIClient api method getLastExecutionResult()
12- accepts now following additional optional arguments (usable with TL >= 1.9.10)
12+ accepts now following additional optional arguments
1313
1414- options = {'getBugs' : True / False}
1515
@@ -27,16 +27,11 @@ new TestlinkAPIGeneric and TestlinkAPIClient api method
2727- assignTestCaseExecutionTask(<user>, <testplanid>, <testcaseexternalid>,
2828 [buildid=<buildid>], [buildname=<buildname>], [platformid=<platformid>],
2929 [platformname=<platformname>], [devKey=<devKey>])
30-
31- known TL DEV1.9.11 problems
32-
33- - `TestLink 0006433 <http://mantis.testlink.org/view.php?id=6433 >`_:
34- Add test case to test plan with assigning user raise PHP Fatal error
35- - `TestLink 0006440 <http://mantis.testlink.org/view.php?id=6440 >`_:
36- assignTestCaseExecutionTask does not assign user
30+
31+ examples see `<example\T estLinkExample.py >`_
3732
3833
39- TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
34+ TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
4035------------------------------------------------------------
4136support for TestLink release 1.9.10
4237
0 commit comments