mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 17:47:12 +03:00
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
|