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

v3 API SDK improvements #7

Merged
merged 3 commits into from
Oct 1, 2017

Conversation

diego-plan9
Copy link

Additions to the SDK aimed for being able to support test listing/test running/metric listing.

Diego M. Rodriguez added 3 commits May 2, 2017 15:20
Add methods for interacting with Tests and TestRuns through the v3 API
including the related Resources and the following client methods:
* create_test_run()
* get_test_run()
* get_test()
* list_tests()
* list_test_run_results()
* list_test_run_results_ids()
Add `TestRun.result_stream()` for allowing the streaming of metrics
during a TestRun, inspired on the existing apiv2 mechanism.
Update travis configuration re-enabling builds. Revise documentation and
comments to reflect latest changes, and minor tweaks for python3
compatibility.
@coveralls
Copy link

coveralls commented May 3, 2017

Coverage Status

Coverage decreased (-0.8%) to 86.345% when pulling d09ff6b on feature/apiv3-test-support into dd3e141 on feature/apiv3.

Copy link
Contributor

@robingustafsson robingustafsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@robingustafsson robingustafsson merged commit 700beb7 into feature/apiv3 Oct 1, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants