5 lines
95 B
Makefile
5 lines
95 B
Makefile
![]() |
dev-setup:
|
||
|
pip install -e ".[test]"
|
||
|
|
||
|
tests:
|
||
|
py.test graphene_django --cov=graphene_django -vv
|