gurock / testrail-api

TestRail API: Examples on how to use TestRail's API from various languages
Other
116 stars 86 forks source link

Replaced requests with urllib #40

Open worstprgr opened 10 months ago

worstprgr commented 10 months ago

Some companies restrict the usage of external Python packages. So this is my take to use the bindings natively.
I copied the testrail.py to testrail2.py and modified it. I kept the same interface, so you're able to switch between the two variants, without changing code.

I've included a test in a seperate repo: worstprgr/testrail-api-test

Commit Messages: