/testrail-python

Gurock's TestRail API Binding for Python as a pip install-able package

Primary LanguagePython

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.