diff --git a/README.md b/README.md index 91dd14389..b995d602b 100644 --- a/README.md +++ b/README.md @@ -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):