mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 11:04:11 +03:00
Make tests order independent (v3) (#940)
* Completes 'Make tests order independent'
This commit is contained in:
parent
9bb0554c94
commit
f33223daa7
|
@ -1,2 +0,0 @@
|
|||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = django_test_settings
|
|
@ -43,3 +43,7 @@ include_trailing_comma=True
|
|||
force_grid_wrap=0
|
||||
use_parentheses=True
|
||||
line_length=88
|
||||
|
||||
[tool:pytest]
|
||||
DJANGO_SETTINGS_MODULE = django_test_settings
|
||||
addopts = --random-order
|
||||
|
|
Loading…
Reference in New Issue
Block a user