We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 065504d + d6f8ea8 commit 4e27dbdCopy full SHA for 4e27dbd
CONTRIBUTING.md
@@ -26,7 +26,7 @@ your changes immediately.
26
### Running a specific test
27
28
Running a specific test with the environment activated is as easy as:
29
-`py.test tests -k test_the_name_of_your_test`
+`pytest tests -k test_the_name_of_your_test`
30
31
### Running all the tests
32
@@ -36,7 +36,7 @@ significant cpu while running the slower node / ruby integration tests.
36
37
Alternatively, with the environment activated you can run all of the tests
38
using:
39
-`py.test tests`
+`pytest tests`
40
41
### Setting up the hooks
42
0 commit comments