pytest-django icon indicating copy to clipboard operation
pytest-django copied to clipboard

Global parametrized DJANGO_SETTINGS_MODULE and xdist

Open WisdomPill opened this issue 1 year ago • 0 comments
trafficstars

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?

WisdomPill avatar Oct 26 '24 11:10 WisdomPill