Testing

If you have not already done so, create/activate a virtualenv. Unless otherwise stated, assume all terminal code below is executed within the virtualenv.

Install dependencies

Dependencies can be installed via the command below.

$ make requirements

Run tests

The command below runs the Python tests and code quality validation—Pylint and PEP8.

$ make test

Code quality validation can be run independently with:

$ make quality