graphql-engine/server/tests-py
2019-02-05 17:34:16 +05:30
..
queries don't allow altering tracked SQL functions type to VOLATILE (fix #1546) (#1547) 2019-02-05 11:27:03 +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 add config for stringified hasura claims in JWT (fix #1176) (#1538) 2019-02-05 17:34:16 +05:30
context.py add config for stringified hasura claims in JWT (fix #1176) (#1538) 2019-02-05 17:34:16 +05:30
graphql_server.py support union and interface types in remote schema (close #1276) (#1361) 2019-01-28 22:15:10 +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 Improve error message when no operation specs are provided during event trigger creation (close #998) (#1541) 2019-02-01 15:07:38 +05:30
test_graphql_introspection.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_graphql_mutations.py handle the absence of any update operators, fix #1448 (#1475) 2019-01-28 12:54:24 +05:30
test_graphql_queries.py don't allow altering tracked SQL functions type to VOLATILE (fix #1546) (#1547) 2019-02-05 11:27:03 +05:30
test_jwt.py add config for stringified hasura claims in JWT (fix #1176) (#1538) 2019-02-05 17:34:16 +05:30
test_schema_stitching.py support union and interface types in remote schema (close #1276) (#1361) 2019-01-28 22:15:10 +05:30
test_subscriptions.py allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
test_v1_queries.py support jsonb and postgis operators in permissions (#1461) 2019-01-28 23:16:31 +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 send session variables in event trigger payload (close #1328) (#1458) 2019-01-28 11:42:52 +05:30
webhook.py allow authentication webhook with POST (close #1138) (#1147) 2018-12-03 16:49:08 +05:30
webserver.py Support default values (in inputvalue) from the remote schema (close #1491) (#1493) 2019-01-28 18:08:38 +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"