summaryrefslogtreecommitdiffstats
path: root/docs/tests.md
blob: 600747040334fa45b58a66a51e2dfbc015e3c19d (plain)
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
```