1
0

README: tests: add note about pytest-xdist

This commit is contained in:
SomberNight
2025-12-15 15:13:55 +00:00
parent 3093e4c7f6
commit 166aa50a65

View File

@@ -124,6 +124,7 @@ Run unit tests with `pytest`:
```
$ pytest tests -v
```
(can be parallelized with `-n auto` option, using [`pytest-xdist`](https://github.com/pytest-dev/pytest-xdist) plugin)
To run a single file, specify it directly like this:
```