Skip to content

Commit 203d154

Browse files
committed
Add note about running just tests
1 parent 01a45c8 commit 203d154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tox
1010

1111
This will install and run all the tooling.
1212

13+
`tox` aborts early if one of the steps fails. To run just the tests (for example if you can't get `mypy` to work), install and run [`pytest`](https://docs.pytest.org/en/latest/getting-started.html). To run just one particular test, run `pytest -k <name of test>`.
14+
1315
## Mypy
1416

1517
[Mypy](https://mypy.readthedocs.io/en/stable/) is used for static typing. This is also managed by `tox`.

0 commit comments

Comments
 (0)