We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a9901e + da86e27 commit cea08b2Copy full SHA for cea08b2
1 file changed
contributing.md
@@ -27,7 +27,7 @@ I use [pytest](https://docs.pytest.org/en/7.4.x/contents.html), [Coverage](https
27
28
6. Run all tests: ```pytest --cov```
29
Run only unit tests: ```pytest tests/unit --cov```
30
- Run only integration tests: ```pytest tests/intergration --cov```
+ Run only integration tests: ```pytest tests/integration --cov```
31
32
33
0 commit comments