Add extra folders to make test command

This commit is contained in:
Jonathan Kim 2019-12-26 12:13:03 +00:00
parent 45d1d2eb56
commit f9f2121937

View File

@ -8,7 +8,7 @@ install-dev:
pip install -e ".[test]"
test:
py.test graphene
py.test graphene examples tests_asyncio
.PHONY: docs ## Generate docs
docs: install-dev