Skip to content

Commit 7894d79

Browse files
authored
Add example of how to test individual tests via nox (#223)
2 parents fd958a9 + e5b1b30 commit 7894d79

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@ fc-cache -f -v
249249
nox -s test
250250
```
251251

252+
Other examples:
253+
254+
```
255+
nox -s test -- -v
256+
nox -s test -- -v spin/tests/test_meson.py
257+
```
258+
252259
## History
253260

254261
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)).

0 commit comments

Comments
 (0)