Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 628 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 628 Bytes

TestRail API Binding for Python

You can learn more about TestRail's API and how to use the Python binding here:

http://docs.gurock.com/testrail-api2/start

http://docs.gurock.com/testrail-api2/bindings-python

For questions, suggestions, or other requests, please reach out to us through our support channels:

https://www.gurock.com/testrail/support

Python Quickstart

For ease of installation, you can simply place this in your requirements.txt

git+https://github.com/dsayling/testrail-python

or run pip install git+https://github.com/dsayling/testrail-python

This package should eventually be published to pypi.