Skip to content

Commit

Permalink
Add example of how to test individual tests via nox (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv authored Jul 17, 2024
2 parents fd958a9 + e5b1b30 commit 7894d79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 7894d79

Please sign in to comment.