mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
.. | ||
queries | ||
.gitignore | ||
conftest.py | ||
context.py | ||
README.md | ||
requirements.txt | ||
test_events.py | ||
test_graphql_introspection.py | ||
test_graphql_mutations.py | ||
test_graphql_queries.py | ||
test_subscriptions.py | ||
test_v1_queries.py | ||
test_version.py | ||
validate.py |
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"