testrail-api icon indicating copy to clipboard operation
testrail-api copied to clipboard

Python wrapper of the TestRail API

Results 4 testrail-api issues
Sort by recently updated
recently updated
newest added

Seems to be a bug in TR documentation https://support.testrail.com/hc/en-us/articles/7077978310292-Users#getusers Current output is a dictionary and has the same format as all methods that support bulk request (get_cases, get_tests etc.) and...

Documentation here: https://support.gurock.com/hc/en-us/articles/7832161593620-BDDs

Error message: [2023-07-29 16:58:07,930][ERROR][_session]: Code: 400, reason: Bad Request url: https://hp-testrail.external.hp.com/index.php?/api/v2/add_run/466, content: b'{"error":"Field :suite_id is a required field."}' The issue is the suite_id is not required parameter based on https://support.testrail.com/hc/en-us/articles/7077874763156-Runs#addrun,...

I was wondering if it be ok to include the full response object in the exception along with the args currently there? The response has the headers, and request, which...