Skip to content

bbeale/TestRailYak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>)

About

A wrapper for interacting with the TestRail API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages