gurock / testrail-api

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

Make Python code compliant with PEP8 and PEP257 (mk2) #18

Closed allanlewis closed 5 years ago

allanlewis commented 5 years ago

The Python code is currently not compliant with common standards like PEP8 (code style) and PEP 257 (docstring conventions). This pull request makes various non-functional changes to the code to improve compliance with these standards.

This PR replaces #3, which was closed after the API code was substantially reworked.

allanlewis commented 5 years ago

Can someone please take a look at this PR?

allanlewis commented 5 years ago

Rebased on master.

allanlewis commented 5 years ago

Thanks, @jonrgurock :tada: It only took 4 years! (I'm counting from when I opened #3.)