Last active
May 22, 2019 12:58
-
-
Save chrisdone/14ef7e626cfc210e993ad5f3e5cfa357 to your computer and use it in GitHub Desktop.
Hasura python test suite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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