From 7d46bf0a2e34db8e218352ada47ffb2058ab0530 Mon Sep 17 00:00:00 2001 From: Alex Feyerke Date: Wed, 26 Jun 2024 10:24:34 +0200 Subject: [PATCH] docs: correct single-test command Co-authored-by: jaimergp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):