1.0 Automated Tests {#TST001}

Automated Tests

Whether desktop or CI, run these tests from the project root, after installing Python and Tox:

tox -e py

To see test output, ie, code under test and print statements, append the following positional arg to the above tox command:

tox -e py -- no