Link to pytest docs in the server test suite READMEs (#4425)

This commit is contained in:
Auke Booij 2020-04-21 11:29:16 +02:00 committed by GitHub
parent ced6275ff0
commit 82cdad1556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ You can run the test suite with:
$ scripts/dev.sh test
This should run in isolation.
This should run in isolation. The output format is described in the [pytest documentation](https://docs.pytest.org/en/latest/usage.html#detailed-summary-report). Errors and failures are indicated by `F`s and `E`s.
### Run and test manually

View File

@ -4,7 +4,7 @@ The easiest way to run the test suite is to do:
$ scripts/dev.sh test
This should install python dependencies if required, and run in isolation.
This should install python dependencies if required, and run in isolation. The output format is described in the [pytest documentation](https://docs.pytest.org/en/latest/usage.html#detailed-summary-report). Errors and failures are indicated by `F`s and `E`s.
## Tests Structure