Skip to content

Commit 753eb52

Browse files
committed
docs(CHANGES): Note pytest-xdist
1 parent 17c828a commit 753eb52

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES

+24
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,30 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

18+
### Testing
19+
20+
- Add `pytest-xdist` ([PyPI](https://pypi.org/project/pytest-xdist/), [GitHub](https://github.com/pytest-dev/pytest-xdist)) for parallel testing (#522)
21+
22+
pytest:
23+
24+
```console
25+
py.test -n auto
26+
```
27+
28+
pytest-watcher:
29+
30+
```console
31+
env PYTEST_ADDOPTS='-n auto' make start
32+
```
33+
34+
entr(1):
35+
36+
```console
37+
make watch_test test="-n auto"
38+
```
39+
40+
- Flakey tests: Relax `assert` in `retry` tests (#522)
41+
1842
### Documentation
1943

2044
- Automatically linkify links that were previously only text.

0 commit comments

Comments
 (0)