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.
1 parent 8834113 commit d7f5ef4Copy full SHA for d7f5ef4
Makefile
@@ -10,7 +10,7 @@ dev-setup:
10
11
.PHONY: tests ## Run unit tests
12
tests:
13
- py.test graphene_django --cov=graphene_django -vv
+ PYTHONPATH=. py.test graphene_django --cov=graphene_django -vv
14
15
.PHONY: format ## Format code
16
format:
0 commit comments