Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global parametrized DJANGO_SETTINGS_MODULE and xdist #1159

Open
WisdomPill opened this issue Oct 26, 2024 · 0 comments
Open

Global parametrized DJANGO_SETTINGS_MODULE and xdist #1159

WisdomPill opened this issue Oct 26, 2024 · 0 comments

Comments

@WisdomPill
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant