hw4 #3

Merged
zugzvangg merged 3 commits from hw4 into main 2023-11-12 18:21:45 +03:00
Showing only changes of commit b147f11aa0 - Show all commits

View File

@ -17,8 +17,7 @@ $ make html
# How to run Pytest tests
```
$ export PYTHONPATH=equipment
$ export PYTHONPATH=controls
$ export PYTHONPATH=.
$ pytest
```