HW3 complete #2

Merged
zugzvangg merged 8 commits from hw3 into main 2023-10-27 11:32:46 +03:00
Showing only changes of commit 3cd5169c3c - Show all commits

View File

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