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

Commits on May 2, 2017

  1. [feat] add v3 Test/TestRun functionality

    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()
    Diego M. Rodriguez committed May 2, 2017
    Configuration menu
    Copy the full SHA
    00e679c View commit details
    Browse the repository at this point in the history
  2. [feat] add streaming of metrics from a TestRun

    Add `TestRun.result_stream()` for allowing the streaming of metrics
    during a TestRun, inspired on the existing apiv2 mechanism.
    Diego M. Rodriguez committed May 2, 2017
    Configuration menu
    Copy the full SHA
    7603df7 View commit details
    Browse the repository at this point in the history
  3. [chore] update travis, documentation, python3

    Update travis configuration re-enabling builds. Revise documentation and
    comments to reflect latest changes, and minor tweaks for python3
    compatibility.
    Diego M. Rodriguez committed May 2, 2017
    Configuration menu
    Copy the full SHA
    d09ff6b View commit details
    Browse the repository at this point in the history