1
1
Changes in TestLink-API-Python-client Source Distribution
2
2
=========================================================
3
3
4
- TestLink-API-Python-client release notes v0.6.3 (Nov. 2016)
5
- ------------------------------------------------------------
4
+ TestLink-API-Python-client v0.6.4 - Under Develop
5
+ -------------------------------------------------
6
+ support for TL 1.9.16 release and py27, py34 and py35
7
+
8
+ implement 1.9.16 new api interfaces - #80
9
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
+
11
+ new TestlinkAPIGeneric and TestlinkAPIClient api method
12
+
13
+ - updateBuildCustomFieldsValues(<testprojectid>, <testplanid>, <buildid>,
14
+ <customfields>, [devKey=<devKey>])
15
+
16
+ example `<example/TestLinkExample_CF_KW.py >`_ shows, how to set and get
17
+ customer field values
18
+
19
+ TestLink-API-Python-client release notes v0.6.3 (Nov. 2016)
20
+ -----------------------------------------------------------
6
21
support for TL 1.9.15 release and py26, py27, py33, py34 and py35
7
22
8
23
- further releases will be developed only against py27, py34 and py35
9
24
- If there is a need to support other py versions, please give feedback
10
25
11
26
implement 1.9.15 new api interfaces - #54 #67 #69
12
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13
28
14
29
new TestlinkAPIGeneric and TestlinkAPIClient api methods
15
30
@@ -20,7 +35,7 @@ new TestlinkAPIGeneric and TestlinkAPIClient api methods
20
35
- getIssueTrackerSystem(<itsname>, [devKey=<devKey>])
21
36
22
37
implement 1.9.15 changed api interfaces - #68 #70 #72 #71 #69
23
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
39
25
40
changed TestlinkAPIGeneric and TestlinkAPIClient api methods
26
41
@@ -57,7 +72,7 @@ examples:
57
72
58
73
59
74
known TL 1.9.15 issues:
60
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75
+ ~~~~~~~~~~~~~~~~~~~~~~~
61
76
62
77
changing test suite order with updateTestSuite raise internal server error
63
78
@@ -73,15 +88,15 @@ TestLink web presents no login page (internal server error)
73
88
Test projects with execution step results can not be deleted
74
89
- details and solution see `TL Mantis Ticket 7765 <http://mantis.testlink.org/view.php?id=7765 >`_
75
90
76
- TestLink-API-Python-client v0.6.2 release notes v0.6.2 (Oct. 2015)
77
- -------------------------------------------------------------------
91
+ TestLink-API-Python-client v0.6.2 release notes v0.6.2 (Oct. 2015)
92
+ ------------------------------------------------------------------
78
93
support for TL 1.9.14 release and py26, py27, py33 and py34
79
94
80
95
- further releases will be developed only against py27 and py34.
81
96
- If there is a need to support other py versions, please give feedback
82
97
83
98
implement 1.9.14 new api interfaces - #53 #61
84
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85
100
86
101
new TestlinkAPIGeneric and TestlinkAPIClient api methods
87
102
@@ -96,7 +111,7 @@ example `<example/TestLinkExample_CF_KW.py>`_ shows, how to set and get
96
111
customer field values
97
112
98
113
implement 1.9.14 changed api interfaces - #48 #49 #54 #59
99
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
115
101
116
changed TestlinkAPIGeneric and TestlinkAPIClient api methods
102
117
@@ -133,7 +148,7 @@ a different error code
133
148
- 1.9.13 error code *5000 * - 1.9.14 error code *5040 *
134
149
135
150
Bugfixes TestLink-API-Python-client v0.6.1 - #51 #55 #56 #45
136
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137
152
138
153
whatArgs reports incorrect arg name for createTestCase
139
154
@@ -159,11 +174,11 @@ Known TL 1.9.14 limitations:
159
174
160
175
- 7282 updateTestSuiteCustomFieldDesignValue() does change customer field values
161
176
162
- TestLink-API-Python-client release notes v0.6.1 (Mar. 2015)
163
- ------------------------------------------------------------
177
+ TestLink-API-Python-client release notes v0.6.1 (Mar. 2015)
178
+ -----------------------------------------------------------
164
179
support for TL 1.9.13 release
165
180
166
- Proxy configuration support in TestLinkHelper - pull request #36
181
+ Proxy configuration support in TestLinkHelper - pull request #36
167
182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168
183
169
184
Integrates `Maberi <https://github.com/Maberi/TestLink-API-Python-client >`_
@@ -174,7 +189,7 @@ pull request `#36 <https://github.com/lczub/TestLink-API-Python-client/pull/36>`
174
189
- Recognizes "http_proxy" environment variable.
175
190
176
191
implement 1.9.13 new api methods #32 #41 #42 #44 #47 #46
177
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
178
193
179
194
new TestlinkAPIGeneric and TestlinkAPIClient api methods
180
195
@@ -202,7 +217,7 @@ new TestlinkAPIGeneric and TestlinkAPIClient api methods
202
217
examples see `<example/TestLinkExample.py >`_ and `<example/TestLinkExample_CF_KW.py >`_
203
218
204
219
implement 1.9.13 api change - getTestCasesForTestPlan #41
205
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
206
221
207
222
TestlinkAPIGeneric and TestlinkAPIClient api method getTestCasesForTestPlan()
208
223
accepts now the additional optional argument platformid=<platformid>
@@ -216,13 +231,13 @@ example:
216
231
Also the optional argument buildid=<buildid> could now be used
217
232
218
233
219
- TestLink-API-Python-client release notes v0.6.0 (Dec. 2014)
220
- ------------------------------------------------------------
234
+ TestLink-API-Python-client release notes v0.6.0 (Dec. 2014)
235
+ -----------------------------------------------------------
221
236
222
237
support for TestLink release 1.9.12 and py26, py27, py33 and py34
223
238
224
239
python 3 support - pull requests #33 #37
225
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
240
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
226
241
227
242
Integrates `manojklm <https://github.com/manojklm/TestLink-API-Python-client >`_
228
243
pull requests
@@ -281,7 +296,7 @@ new TestlinkAPIGeneric and TestlinkAPIClient api method
281
296
282
297
examples see `<example/TestLinkExample.py >`_
283
298
284
- TestLink-API-Python-client release notes v0.5.1 (Aug. 2014)
299
+ TestLink-API-Python-client release notes v0.5.1 (Aug. 2014)
285
300
-----------------------------------------------------------
286
301
support for TestLink release 1.9.11
287
302
@@ -311,7 +326,7 @@ new TestlinkAPIGeneric and TestlinkAPIClient api method
311
326
examples see `<example/TestLinkExample.py >`_
312
327
313
328
314
- TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
329
+ TestLink-API-Python-client release notes v0.5.0 (Jul. 2014)
315
330
-----------------------------------------------------------
316
331
support for TestLink release 1.9.10
317
332
@@ -511,7 +526,7 @@ Other API methods can be used with the new method
511
526
512
527
- callServerWithPosArgs(apiMethodame, [apiArgName=apiArgValue])
513
528
514
- generic api class TestlinkAPIGeneric #7
529
+ generic api class TestlinkAPIGeneric #7
515
530
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516
531
new class TestlinkAPIGeneric implements the Testlink API methods as generic PY methods
517
532
0 commit comments