You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for a way to launch all tests with different DJANGO_SETTINGS_MODULE is that possible through this library?
specifically running all of these tests,
since now they run sequentially they can't really benefit from using xdist,
and I was looking into a way to parallelise all tests not only a run,
so I generating multiple versions of every test with different django settings seemed like an interesting option.
Could you help me understand how to implement it if it's possible at all with pytest-django?
The text was updated successfully, but these errors were encountered:
I was looking for a way to launch all tests with different
DJANGO_SETTINGS_MODULE
is that possible through this library?specifically running all of these tests,
since now they run sequentially they can't really benefit from using xdist,
and I was looking into a way to parallelise all tests not only a run,
so I generating multiple versions of every test with different django settings seemed like an interesting option.
Could you help me understand how to implement it if it's possible at all with
pytest-django
?The text was updated successfully, but these errors were encountered: