graphql-engine/server/tests-py
2018-12-15 21:40:29 +05:30
..
queries apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
webhook/insecure apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
.gitignore gitignore generated .tix files in pytest folder (#924) 2018-10-29 19:55:37 +05:30
conftest.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
context.py implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +05:30
graphql_server.py merge types with same structure in remote schema (closes #1112, #1135) (#1145) 2018-12-12 17:31:18 +05:30
pytest.ini Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +05:30
README.md update multiple files (#943) 2018-11-08 12:02:57 +05:30
requirements.txt implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +05:30
super_classes.py Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +05:30
test_events.py drop trigger functions on updating event triggers (#1214) 2018-12-15 10:35:29 +05:30
test_graphql_introspection.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_graphql_mutations.py apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
test_graphql_queries.py allow ordering with aggregated fields (close #1039) (#1042) 2018-12-12 18:28:39 +05:30
test_jwt.py conform to graphql subscription and error spec (close #1056, close #1059) (#1126) 2018-12-04 19:07:38 +05:30
test_schema_stitching.py merge types with same structure in remote schema (closes #1112, #1135) (#1145) 2018-12-12 17:31:18 +05:30
test_subscriptions.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_v1_queries.py apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
test_version.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_webhook_insecure.py Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +05:30
validate.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
webhook.py allow authentication webhook with POST (close #1138) (#1147) 2018-12-03 16:49:08 +05:30
webserver.py implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +05:30

Running tests

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"