Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065504d commit d6f8ea8Copy full SHA for d6f8ea8
1 file changed
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