-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix delete cases #62
Fix delete cases #62
Conversation
The delete_cases function was not taking in any case ids to be deleted and was not formatting the path for the post correctly based on the docs. See here: https://www.gurock.com/testrail/docs/api/reference/cases/#deletecases
👋 @tolstislon - let me know if you'd like any changes |
I’ll fix the formatting errors later today. What I get for trying to make the change in the online editor. |
@tolstislon sorry that took a few days, flake8 fixed |
Just checked the workflow and will update the unittests that will run too |
unittests updated |
@tolstislon I'm not sure why but all of the unittests failed |
@tolstislon - any help would be appreciated here |
@dsayling rebase please |
The delete_cases function was not taking in any case ids to be deleted and was not formatting the path for the post correctly based on the docs.
See here: https://www.gurock.com/testrail/docs/api/reference/cases/#deletecases