And Past
And Past
Add support to pytest to setup.py usgin pytest-runner. It replaces default unittest over build. This way, using pytest, some plugins can be added to deployment pipeline, like: -pep8 -cov
For dynamic deployment setup, without code changes, it would be useful to have environment variables to define the rules map.
Hi, This PR refers to #14 . I added initial tests over command.py (coverage 98%) and to __main__.py. Tests are implemented using basic unittest, and I run it on Linux...