Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down