graphql-engine/server/tests-py
2018-09-18 17:01:16 +05:30
..
queries dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
.gitignore python based tests (#387) 2018-09-18 11:51:57 +05:30
conftest.py python based tests (#387) 2018-09-18 11:51:57 +05:30
context.py python based tests (#387) 2018-09-18 11:51:57 +05:30
README.md python based tests (#387) 2018-09-18 11:51:57 +05:30
requirements.txt python based tests (#387) 2018-09-18 11:51:57 +05:30
test_events.py python based tests (#387) 2018-09-18 11:51:57 +05:30
test_graphql_introspection.py dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
test_graphql_mutations.py dont set non-null constraint for manual object relationships (close #462) 2018-09-18 17:01:16 +05:30
test_graphql_queries.py python based tests (#387) 2018-09-18 11:51:57 +05:30
test_subscriptions.py payload is now optional in connection_init message (close #470) (#471) 2018-09-18 13:13:30 +05:30
test_v1_queries.py python based tests (#387) 2018-09-18 11:51:57 +05:30
test_version.py python based tests (#387) 2018-09-18 11:51:57 +05:30
validate.py python based tests (#387) 2018-09-18 11:51:57 +05:30

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"