Skip to content

Commit

Permalink
https://github.com/orenault/TestLink-API-Python-client/issues/35
Browse files Browse the repository at this point in the history
  • Loading branch information
RWeber authored and RWeber committed Jun 29, 2018
1 parent a514397 commit 17c3d47
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/testlink/testlinkapigeneric.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ def getLastExecutionResult(self):
'getBugs' : True / False
"""

@decoApiCallAddDevKey
@decoMakerApiCallWithArgs(['testplanid'],
['testcaseid', 'testcaseexternalid',
'platformid', 'platformname',
'buildid', 'buildname', 'options'])
def getAllExecutionsResults(self):
""" Gets the result of ALL executions for a particular testcase on a test plan.
If there are no filter criteria regarding platform and build,
result will be get WITHOUT checking for a particular platform and build.
Method can only be used with
TL version >= 1.18
"""

@decoApiCallWithoutArgs
def sayHello(self):
""" Lets you see if the server is up and running """
Expand Down Expand Up @@ -179,7 +193,7 @@ def createBuild(self):
releasedate : YYYY-MM-DD
copytestersfrombuild : valid buildid tester assignments will be copied.
"""

@decoMakerApiCallReplaceTLResponseError()
@decoApiCallAddDevKey
@decoMakerApiCallWithArgs()
Expand Down

0 comments on commit 17c3d47

Please sign in to comment.