Skip to content

Commit 878c302

Browse files
Update e2e test docs
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent 059a8b6 commit 878c302

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Temp repo directory:
3838

3939
## Helpful pytest notes
4040

41-
- `pytest -x`: Stop after the first test fails
41+
- `pytest -x`: Stop after the first test fails.
42+
- `pytest -n auto`: Tests can be executed in parallel to dramatically speed up performance (up to ~70%). To do this first run `pip install pytest-xdist` then run `pytest -n auto`. Note that test output is not supported when executing tests in parallel. If a failure occurs and you need output for troubleshooting, execute tests in series as outlined above.
4243

4344
## Adding more tests
4445

0 commit comments

Comments
 (0)