This section is intended to be used by tech users collaborating on this project.
To activate virtual environment, install
dependencies, add pre-commit hook to review and test code
and get run
command as unified developer interface:
$ pip install --upgrade -r requirements.dev.txt
To run code review and tests with coverage check:
$ python run.py test
Coverage data will be in the .coverage
file.
The project follow the next style guides: