enable pytest in vscode and mention it in README

This commit is contained in:
scito 2022-09-04 19:02:36 +00:00
parent fb4cee14da
commit fbde835601
2 changed files with 13 additions and 1 deletions

View file

@ -122,3 +122,12 @@ Run tests:
```
python -m unittest
```
### VSCode Setup
Setup for running the tests in VSCode.
1. Open VSCode command palette (Ctrl-Shift-P)
2. Type command "Python: Configure Tests"
3. Choose unittest or pytest. (pytest is recommended, both are supported)
4. Set ". Root" directory