mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 01:27:01 +03:00
create pytest.ini to contain DJANGO_SETTINGS_MODULE
This commit is contained in:
parent
297b741cdb
commit
f88590343b
2
pytest.ini
Normal file
2
pytest.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[pytest]
|
||||||
|
DJANGO_SETTINGS_MODULE = django_test_settings
|
|
@ -1,9 +1,6 @@
|
||||||
[aliases]
|
[aliases]
|
||||||
test=pytest
|
test=pytest
|
||||||
|
|
||||||
[tool:pytest]
|
|
||||||
DJANGO_SETTINGS_MODULE = django_test_settings
|
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = setup.py,docs/*,examples/*,tests,graphene_django/debug/sql/*
|
exclude = setup.py,docs/*,examples/*,tests,graphene_django/debug/sql/*
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
Loading…
Reference in New Issue
Block a user