@@ -15,45 +15,39 @@ pull request `#36 <https://github.com/lczub/TestLink-API-Python-client/pull/36>`
15
15
- Adds a new --proxy option in command line.
16
16
- Recognizes "http_proxy" environment variable.
17
17
18
- implement 1.9.13 new api - unassignTestCaseExecutionTask #32
18
+ implement 1.9.13 new api methods #32 #41 #42 #44
19
19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
20
21
- new TestlinkAPIGeneric and TestlinkAPIClient api method
21
+ new TestlinkAPIGeneric and TestlinkAPIClient api methods
22
22
23
23
- unassignTestCaseExecutionTask(<testplanid>, <testcaseexternalid>,
24
24
[buildid=<buildid>], [buildname=<buildname>], [platformid=<platformid>],
25
25
[platformname=<platformname>], [user=<loginname>],
26
26
[action='unassignAll'|'unassignOne'], [devKey=<devKey>])
27
27
28
- examples see `<example/TestLinkExample.py >`_
29
-
30
- implement 1.9.13 new api - getProjectKeywords #41
31
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
-
33
- new TestlinkAPIGeneric and TestlinkAPIClient api method
34
-
35
- - getProjectKeywords(<testprojectid>)
36
-
37
- examples see `<example/TestLinkExample_CF_KW.py >`_
38
-
39
- implement 1.9.13 new api - getTestCaseKeywords #42
40
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41
-
42
- new TestlinkAPIGeneric and TestlinkAPIClient api method
28
+ - getProjectKeywords(<testprojectid>)
43
29
44
30
- getTestCaseKeywords([testcaseid=<testcaseid>],
45
31
[testcaseexternalid=<testcaseexternalid>])
46
32
47
- examples see `<example/TestLinkExample_CF_KW.py >`_
48
-
49
- implement 1.9.13 new api - deleteTestPlan #44
33
+ - deleteTestPlan(<testplanid>)
34
+
35
+ examples see `<example/TestLinkExample.py >`_ and `<example/TestLinkExample_CF_KW.py >`_
36
+
37
+ implement 1.9.13 api change - getTestCasesForTestPlan #41
50
38
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
39
52
- new TestlinkAPIGeneric and TestlinkAPIClient api method
40
+ TestlinkAPIGeneric and TestlinkAPIClient api method getTestCasesForTestPlan()
41
+ accepts now the additional optional argument platformid=<platformid>
42
+
43
+ example:
53
44
54
- - deleteTestPlan(<testplanid>)
45
+ >>> tls = testlink.TestLinkHelper().connect(testlink.TestlinkAPIClient)
46
+ >>> tls.getTestCasesForTestPlan(aTPlanID, platformid = aPlatFormID)
47
+ {'12996': {'949': {'platform_name': 'Small Bird', ... }}
48
+
49
+ Also the optional argument buildid=<buildid> could now be used
55
50
56
- examples see `<example/TestLinkExample.py >`_
57
51
58
52
TestLink-API-Python-client release notes v0.6.0 (Dec. 2014)
59
53
------------------------------------------------------------
0 commit comments