Skip to content

Commit

Permalink
Fix path in pytest example
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogamboa authored May 21, 2024
1 parent 827832c commit da86e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ I use [pytest](https://docs.pytest.org/en/7.4.x/contents.html), [Coverage](https

6. Run all tests: ```pytest --cov```
Run only unit tests: ```pytest tests/unit --cov```
Run only integration tests: ```pytest tests/intergration --cov```
Run only integration tests: ```pytest tests/integration --cov```



Expand Down

0 comments on commit da86e27

Please sign in to comment.