- Python 3.x installed
- virtualenv installed (associated with you py3 installation)
- pip installed (associated with you py3 installation)
$ make init
Initialize application creating respective virtualenv and installing all dependencies form requirement txt.
$ make update-deps
Update dependencies in requirements.txt file to future installs.
$ make test
Run all application tests
$ make documentation
Generate updated documentation and open it on MAC
$ make coverage
Run tests and generate coverage report