Skip to content

Commit 518ebf4

Browse files
author
Luiko Czub
committed
Conflicts:
example/TestLinkExampleGenericApi.py src/testlink/testlinkapi.py
2 parents 76c68a6 + 98065f9 commit 518ebf4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/testlink/testlinkapi.py

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def _changePositionalArgConfig(self):
4343
'testprojectid', 'authorlogin', 'summary'] #, 'steps']
4444
# getTestCase
4545
pos_arg_config['getTestCase'] = ['testcaseid']
46-
47-
4846

4947
#
5048
# BUILT-IN API CALLS

src/testlink/testlinkapigeneric.py

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def createTestProject(self):
195195
# */
196196
# public function getTestCaseIDByName($args)
197197

198-
199198
@decoApiCallAddDevKey
200199
@decoApiCallWithArgs
201200
def createTestCase(self):

0 commit comments

Comments
 (0)