We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b69c935 + 74f3760 commit 2692232Copy full SHA for 2692232
README.md
@@ -114,6 +114,20 @@ from graphql.execution.execute import execute
114
execute(schema, ast, executor=SyncExecutor())
115
```
116
117
+### Development
118
+
119
+Install development and test dependencies:
120
121
+```sh
122
+pip install -e ".[test]"
123
+```
124
125
+Run test suite:
126
127
128
+pytest
129
130
131
## Main Contributors
132
133
* [@syrusakbary](https://github.com/syrusakbary/)
0 commit comments