Makefile: use pytest for nicer output

Also prepare to actually use the pytest module from the tests.
This commit is contained in:
Christian Kellner 2020-12-04 17:06:01 +01:00
parent 27d4450352
commit 7a745e4084
3 changed files with 19 additions and 18 deletions

View file

@ -38,6 +38,10 @@ At build-time, the following software is required:
* `python-docutils >= 0.13`
* `pkg-config >= 0.29`
Testing requires additional software:
* `pytest`
### Build
The standard python package system is used. Consult upstream documentation for