mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-25 00:13:11 +03:00
5 lines
144 B
Markdown
5 lines
144 B
Markdown
```bash
|
|
pip install -r requirements.txt
|
|
pytest -vv --hge-url="http://127.0.0.1:8080" --pg-url="postgresql://admin@127.0.0.1:5432/hge_tests"
|
|
```
|