Open
Description
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
?
Metadata
Metadata
Assignees
Labels
No labels