Skip to content

Instantly share code, notes, and snippets.

Running unit tests

The unit test suite has two additional requirements:

Running the test suite is integrated into setup.py. The tests can be run by executing python3 setup.py test from the repository root directory.

Trying out a clone of AutoKey