graphql-engine/server/tests-py/package.json
Samir Talwar 650e17df3c CI: Add commentary on how the Python integration test scripts work.
And links to documentation for the various Buildkite plugins, while we're at it.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8099
GitOrigin-RevId: ead112ffbb0c04278b586520f1f349a5a8afbd99
2023-03-07 20:59:31 +00:00

11 lines
308 B
JSON

{
"//": "Some of the tests use node.js to run web servers. See the directories below for details.",
"name": "hasura-server-tests-py",
"version": "1.0.0",
"author": "Hasura, Inc.",
"license": "ISC",
"dependencies": {
"hasura-server-tests-py-remote-schemas": "file:remote_schemas/nodejs"
}
}