Skip to content

Commit 34dcbec

Browse files
docs: add instruction of how to run tests in parallel
1 parent 886a688 commit 34dcbec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/development_setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ To run all tests just execute `pytest`:
6464
uv run pytest
6565
```
6666

67+
To run them all in parallel execute `pytest -n auto`:
68+
69+
```bash
70+
uv run pytest -n auto
71+
```
72+
6773
### VCR for Tests
6874

6975
All tests that are calling function, which are dependent on external network resources (e.g. ohsome API) have to use the [VCR.py](https://vcrpy.readthedocs.io) module: "VCR.py records all HTTP interactions that take place []."

0 commit comments

Comments
 (0)