gurock / testrail-api

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

Make Python code compliant with PEP8 and PEP257 #3

Closed allanlewis closed 5 years ago

allanlewis commented 9 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 rectify the situation.

allanlewis commented 6 years ago

I've updated this to correct Python 3.x code as well as Python 2.x.

allanlewis commented 5 years ago

@jongurock why have you closed this?

jonrgurock commented 5 years ago

Hi @allanlewis,

The API bindings have recently changed and I am cleaning up old pull requests which had not been monitored for some time.

allanlewis commented 5 years ago

I've just rebased this on master - it looks like you've integrated several of my commits anyway 😈 I'll raise a new PR with the remaining commits.