Skip to content

Commit b69587b

Browse files
authored
small addition to dev guide (#595)
1 parent a9949aa commit b69587b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/development/pull_request.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@ Alternatively, you can run a single specific environment through `tox -e <env>`.
237237
$ tox -e docs
238238
```
239239

240+
- **Additional arguments passed to pytest via tox:** e.g., only run `doctests` in `linalg`.
241+
242+
```shell
243+
$ tox -e py3 -- src/probnum/linalg
244+
```
245+
240246
Code coverage of the tests is reported via [codecov](https://codecov.io/github/probabilistic-numerics/probnum?branch=main).
241247

242248

0 commit comments

Comments
 (0)