From e5b1b30bb7fe45ca11377dd553d5610294c6abe0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 17 Jul 2024 14:30:48 -0700 Subject: [PATCH] Add example of how to test individual tests via nox --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index be9e2d0..9e18287 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,13 @@ fc-cache -f -v nox -s test ``` +Other examples: + +``` +nox -s test -- -v +nox -s test -- -v spin/tests/test_meson.py +``` + ## History The `dev.py` tool was [proposed for SciPy](https://github.com/scipy/scipy/issues/15489) by Ralf Gommers and [implemented](https://github.com/scipy/scipy/pull/15959) by Sayantika Banik, Eduardo Naufel Schettino, and Ralf Gommers (also see [Sayantika's blog post](https://labs.quansight.org/blog/the-evolution-of-the-scipy-developer-cli)).