mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-22 13:59:51 +03:00
Integrate async tests into main code
This commit is contained in:
parent
64af43748c
commit
7e7d3c4e5a
6
Makefile
6
Makefile
|
@ -8,7 +8,7 @@ install-dev:
|
|||
pip install -e ".[dev]"
|
||||
|
||||
test:
|
||||
py.test graphene examples tests_asyncio
|
||||
py.test graphene examples
|
||||
|
||||
.PHONY: docs ## Generate docs
|
||||
docs: install-dev
|
||||
|
@ -20,8 +20,8 @@ docs-live: install-dev
|
|||
|
||||
.PHONY: format
|
||||
format:
|
||||
black graphene examples setup.py tests_asyncio
|
||||
black graphene examples setup.py
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
flake8 graphene examples setup.py tests_asyncio
|
||||
flake8 graphene examples setup.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user