Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 381 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 381 Bytes

TestRailYak

A Python library for interacting with the TestRail REST API.

Essentially, another layer on top of gurock's Python interface: https://github.com/gurock/testrail-api.git

Install:

pip install testrail_yak

Use:

from testrail_yak import TestRailYak

testrail = TestRailYak()
projects = testrail.project.get_projects(<testrail_url>, <username>, <password>)