Skip to content

Commit

Permalink
Merge #1271: tests: add a note to README.md about running tests in pa…
Browse files Browse the repository at this point in the history
…rallel

ef5291d tests: add a note to README.md about running tests in parallel (pythcoiner)

Pull request description:

ACKs for top commit:
  edouardparis:
    ACK ef5291d

Tree-SHA512: 23430e65e05c4b54a7a9eae2110a4e17c14952bcd727284805201deedd5eeee36b2a9ebc1a612624e8a2cff3e6943d31515008c65a0b5d4fbb3a34734a3b57dd
  • Loading branch information
edouardparis committed Jan 23, 2025
2 parents 99db113 + ef5291d commit 440efa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 440efa7

Please sign in to comment.