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 cc18bae commit 7f58482Copy full SHA for 7f58482
Makefile
@@ -14,7 +14,7 @@ lint:
14
@flake8 graphene_mongo
15
16
test: clean lint
17
- py.test --cov=graphene_mongo
+ py.test graphene_mongo/tests --cov=graphene_mongo --cov-report=html --cov-report=term
18
19
register-pypitest:
20
python setup.py register -r pypitest
0 commit comments