Skip to content

Commit

Permalink
a note on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nskeip committed Sep 4, 2021
1 parent fdf6fac commit 815a7b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ Running tests
The whole project is covered with unit-tests, except for gui.
Use `tests/run_all_tests.py` to run them all.

Or you can use `pytest` and run the following command from `src/`:
```
python -m pytest
```

0 comments on commit 815a7b4

Please sign in to comment.