Skip to content

Commit cea08b2

Browse files
authored
Merge pull request #355 from pablogamboa/patch-3
Fix pytest example typo in path
2 parents 2a9901e + da86e27 commit cea08b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ I use [pytest](https://docs.pytest.org/en/7.4.x/contents.html), [Coverage](https
2727

2828
6. Run all tests: ```pytest --cov```
2929
Run only unit tests: ```pytest tests/unit --cov```
30-
Run only integration tests: ```pytest tests/intergration --cov```
30+
Run only integration tests: ```pytest tests/integration --cov```
3131

3232

3333

0 commit comments

Comments
 (0)