1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Test suite pysilfont has a pytest-based test suite. ### install the test framework bits: ``` python3 -m pip install pytest ``` ## set up the folders: ``` python3 tests/setuptestdata.py ``` ## run the test suite: ``` pytest ```