Skip to content

Commit

Permalink
Merge pull request #355 from pablogamboa/patch-3
Browse files Browse the repository at this point in the history
Fix pytest example typo in path
  • Loading branch information
ej2 authored Jul 9, 2024
2 parents 2a9901e + da86e27 commit cea08b2
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 cea08b2

Please sign in to comment.