Skip to content

Commit 4e27dbd

Browse files
authored
Merge pull request pre-commit#754 from pre-commit/all-repos_autofix_pytest
pytest: drop the dot!
2 parents 065504d + d6f8ea8 commit 4e27dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your changes immediately.
2626
### Running a specific test
2727

2828
Running a specific test with the environment activated is as easy as:
29-
`py.test tests -k test_the_name_of_your_test`
29+
`pytest tests -k test_the_name_of_your_test`
3030

3131
### Running all the tests
3232

@@ -36,7 +36,7 @@ significant cpu while running the slower node / ruby integration tests.
3636

3737
Alternatively, with the environment activated you can run all of the tests
3838
using:
39-
`py.test tests`
39+
`pytest tests`
4040

4141
### Setting up the hooks
4242

0 commit comments

Comments
 (0)