Skip to content

Commit 2692232

Browse files
authored
Merge pull request #173 from jaemk/contributing
add development setup notes
2 parents b69c935 + 74f3760 commit 2692232

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,20 @@ from graphql.execution.execute import execute
114114
execute(schema, ast, executor=SyncExecutor())
115115
```
116116

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+
```sh
128+
pytest
129+
```
130+
117131
## Main Contributors
118132

119133
* [@syrusakbary](https://github.com/syrusakbary/)

0 commit comments

Comments
 (0)