Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6f8ea8

Browse files
committed
pytest: drop the dot!
Committed via https://github.com/asottile/all-repos
1 parent 065504d commit d6f8ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)