graphql-engine/server/tests-py
2018-11-21 12:28:29 +05:30
..
queries handle empty array for _in and _nin operators, fix #1075 (#1076) 2018-11-21 12:28:29 +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 pep8 fixes for python files (#875) 2018-10-30 14:51:58 +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 Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +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 empty array for _in and _nin operators, fix #1075 (#1076) 2018-11-21 12:28:29 +05:30
test_jwt.py Tests for server with access control, and some more tests (#710) 2018-10-28 23:57:49 +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

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"