Testing¶

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

$ make validate

Code quality validation can be run independently with:

$ make quality