graphql-engine/server/tests-py
Anon Ray a509a86eaa implement internal graphql server for remote schema tests (#1117)
* implement internal graphql server for remote schema tests

* add one more graphql endpoint and more tests

* add missing dependency
2018-11-26 18:38:16 +05:30
..
queries implement internal graphql server for remote schema tests (#1117) 2018-11-26 18:38:16 +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 use postgres IN experssion for _in operator (fix #1109) (#1111) 2018-11-26 15:39:55 +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 pep8 fixes for python files (#875) 2018-10-30 14:51:58 +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 Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +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"