Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getAllExecutionsResults not implemented in the python side api. #105

Closed
rustyscottweber opened this issue Jun 29, 2018 · 3 comments
Closed

Comments

@rustyscottweber
Copy link

getAllExecutionsResults not implemented.

Function was recently added to the xml rpc web service.

https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/151/files?utf8=%E2%9C%93&diff=unified

However when attempting to call from the pythonic api.

c = testlink.TestlinkAPIClient(args.server, args.key)
c.getAllExecutionsResults()
Traceback (most recent call last):
  File "C:\Users\RWeber.OSS\.IntelliJIdea2018.1\config\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_exec2.py", line 3, in Exec
    exec(exp, global_vars, local_vars)
  File "<input>", line 1, in <module>
AttributeError: 'TestlinkAPIClient' object has no attribute 'getAllExecutionsResults'

Method needs to be added to match it's peer.

@rustyscottweber
Copy link
Author

Moving issue to original repo.

@rustyscottweber
Copy link
Author

orenault#35

@lczub
Copy link
Owner

lczub commented Jul 3, 2018

Please note, that latest TestLink-API-Python-client release 0.8.0 and master already supports getAllExecutionsResults(), but not yet the latest published Testlink Server release 1.17, only the server master - see TL Mantis Ticket 8259

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants