Files
graphql-engine/server/tests-py
Rakesh Emmadi 0e9d6994ac refactor nested insert mutation and fix returning (fix #844) (#852)
* improved nested insert execution logic

* integrate error path, improve executing 'withExp' and improve tests

* add more readable types in '/Resolve/Insert.hs'

* set conflict context just before executing WITH expression
2018-11-02 19:31:01 +05:30
..
2018-10-30 14:51:58 +05:30
2018-10-30 14:51:58 +05:30
2018-09-18 11:51:57 +05:30
2018-10-30 14:51:58 +05:30

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"