Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 795 Bytes

File metadata and controls

52 lines (33 loc) · 795 Bytes

SimpliRoute's py3 boilerplate

Requirements

  • Python 3.x installed
  • virtualenv installed (associated with you py3 installation)
  • pip installed (associated with you py3 installation)

Scripts included

Init
$ make init

Initialize application creating respective virtualenv and installing all dependencies form requirement txt.

Update dependencies
$ make update-deps

Update dependencies in requirements.txt file to future installs.

Running Test
$ make test

Run all application tests

Generate documentation
$ make documentation

Generate updated documentation and open it on MAC

Run test generating coverage report
$ make coverage

Run tests and generate coverage report