mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-05 18:37:26 +03:00
13 lines
177 B
INI
13 lines
177 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[coverage:run]
|
|
omit = */tests/*
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = examples.django_test_settings
|
|
addopts = --random-order
|