mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
Link to pytest docs in the server test suite READMEs (#4425)
This commit is contained in:
parent
ced6275ff0
commit
82cdad1556
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user