Skip to content

Commit da86e27

Browse files
authored
Fix path in pytest example
1 parent 827832c commit da86e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributing.md

Lines changed: 1 addition & 1 deletion
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)