diff --git a/tests/README.md b/tests/README.md index 99a3c649..7466c474 100644 --- a/tests/README.md +++ b/tests/README.md @@ -68,6 +68,13 @@ pytest -vvv --log-cli-level=DEBUG -k test_startup Note that we record all logs from daemons, and we start them with `log_level = "debug"`. +#### Running tests in parallel + +In order to run tests in parallel, you can use `-n` arg: + +``` +pytest -n 8 tests/ +``` ### Test lints Just use [`black`](https://github.com/psf/black).