Use pytest for Python bindings test suite

This commit is contained in:
John J. Camilleri
2021-08-30 13:31:27 +02:00
parent 239fd02249
commit 3e4f2ba1a0
3 changed files with 68 additions and 68 deletions

View File

@@ -21,5 +21,7 @@ See: https://www.grammaticalframework.org/doc/runtime-api.html#python
## Running tests
```sh
python test.py
pytest
```
Requires: `pip install pytest`