mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 12:30:08 -06:00
pytest: drop the dot!
Committed via https://github.com/asottile/all-repos
This commit is contained in:
@@ -26,7 +26,7 @@ your changes immediately.
|
||||
### Running a specific test
|
||||
|
||||
Running a specific test with the environment activated is as easy as:
|
||||
`py.test tests -k test_the_name_of_your_test`
|
||||
`pytest tests -k test_the_name_of_your_test`
|
||||
|
||||
### Running all the tests
|
||||
|
||||
@@ -36,7 +36,7 @@ significant cpu while running the slower node / ruby integration tests.
|
||||
|
||||
Alternatively, with the environment activated you can run all of the tests
|
||||
using:
|
||||
`py.test tests`
|
||||
`pytest tests`
|
||||
|
||||
### Setting up the hooks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user