Skip to content

Instantly share code, notes, and snippets.

@chrisdone
Last active May 22, 2019 12:58
Show Gist options
  • Select an option

  • Save chrisdone/14ef7e626cfc210e993ad5f3e5cfa357 to your computer and use it in GitHub Desktop.

Select an option

Save chrisdone/14ef7e626cfc210e993ad5f3e5cfa357 to your computer and use it in GitHub Desktop.
Hasura python test suite
chris@precision:~/Work/hasura/graphql-engine$ docker run --rm -it --network host --name hasura-server -v`pwd`:`pwd` -w`pwd`/server/tests-py hasura/graphql-engine-server-builder:20190507-1 sh
# pip3 install -r requirements.txt
# pytest -vv --hge-url="http://localhost:8080" --pg-url="postgres://postgres:password@localhost:6432/postgres" test_events.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment