1
1
Changes in TestLink-API-Python-client Source Distribution
2
2
=========================================================
3
3
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
7
7
8
- implement 1.9.11 api changes - getLastExecutionResult #27
8
+ implement 1.9.11 api change - getLastExecutionResult #27
9
9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
10
11
11
TestlinkAPIGeneric 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
13
13
14
14
- options = {'getBugs' : True / False}
15
15
@@ -27,16 +27,11 @@ new TestlinkAPIGeneric and TestlinkAPIClient api method
27
27
- assignTestCaseExecutionTask(<user>, <testplanid>, <testcaseexternalid>,
28
28
[buildid=<buildid>], [buildname=<buildname>], [platformid=<platformid>],
29
29
[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 >`_
37
32
38
33
39
- TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
34
+ TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
40
35
------------------------------------------------------------
41
36
support for TestLink release 1.9.10
42
37
0 commit comments