graphql-engine/server/tests-py
2018-12-03 16:49:08 +05:30
..
queries handle null values for input arguments, fix #1113 (#1123) 2018-11-27 17:54:51 +05:30
webhook/insecure Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +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 implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +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 event triggers: take webhook url from env (close #966) (#968) 2018-11-14 12:43:01 +05:30
test_graphql_introspection.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_graphql_mutations.py allow specifying a list of columns that can be inserted (close #250) (#917) 2018-11-02 20:38:38 +05:30
test_graphql_queries.py handle null values for input arguments, fix #1113 (#1123) 2018-11-27 17:54:51 +05:30
test_jwt.py adds basic support for remote schemas/schema stitching (#952) 2018-11-23 18:32:46 +05:30
test_schema_stitching.py implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +05:30
test_subscriptions.py pep8 fixes for python files (#875) 2018-10-30 14:51:58 +05:30
test_v1_queries.py metadata should be backwards compatible for remote schemas (fix #1120) (#1121) 2018-11-27 16:56:10 +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"