pytest-parallel
pytest-parallel copied to clipboard
not compatible with django
each worker created is trying to create a new database test_ which is already created by other workers
Maybe https://pytest-django.readthedocs.io/en/latest/usage.html#running-tests-in-parallel-with-pytest-xdist is a usable solution?