mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #754 from pre-commit/all-repos_autofix_pytest
pytest: drop the dot!
This commit is contained in:
commit
4e27dbddf0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue