Skip to content

Commit

Permalink
docs: correct single-test command
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
  • Loading branch information
espy and jaimergp committed Jun 26, 2024
1 parent 726de59 commit 7d46bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pytest tests/test_configure_feedstock.py

Run specific test within a file:
```sh
pytest tests/test_configure_feedstock.py -k test_cuda_enabled_render
pytest tests/test_configure_feedstock.py::test_cuda_enabled_render
```

Run with coverage (this is how the tests are run in CI):
Expand Down

0 comments on commit 7d46bf0

Please sign in to comment.