Upd readme with pytest

This commit is contained in:
Dmitriy Bazanov 2023-10-27 11:00:16 +03:00
parent 353505239e
commit 3cd5169c3c

View File

@ -15,4 +15,12 @@ $ cd src/docs
$ make html
```
# How to run Pytest tests
```
$ export PYTHONPATH=src
$ pytest
```