graphene-django/setup.cfg
2023-08-05 19:57:39 +08:00

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