Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Setup
python3 -m venv .pyvenv
source ./.pyvenv/bin/activate
pip install -r requirements.txt
pip install pytest pytest-cov wheel
pip install pytest pytest-cov pytest-integration wheel
```

* Run Tests
```
pytest
```
```