mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
bc4456eccc
At the moment we can... ...run tests in isolation, generating coverage report: $ dev.sh test You can pass args to pytest as well. e.g. to run a specific test: $ dev.sh test -k "test_jsonb_has_all" Launch a postgres container with useful dev defaults, with PostGIS, cleaning up afterwards: $ dev.sh postgres Build and launch graphql-engine in dev mode, connecting with a `postgres` launched above $ dev.sh graphql-engine
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
.hasura-dev-python-venv
|
|
npm-debug.log
|
|
*.temp
|
|
*.DS_Store
|
|
.tern-project
|
|
test-server-output
|
|
test-server-flags-output
|
|
.vscode
|
|
.idea
|