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

Django test compatibility?

Open abatilo opened this issue 5 years ago • 1 comments

Is there any known way that we could use a project like this with django tests?

Those typically are done with a command like python manage.py test so I'm not sure how we'd be able to shim in pytest-split into a setup like that?

abatilo avatar Mar 24 '21 17:03 abatilo

django dev here. I'm using pytest-django and just run pytest in your project dir after setup

patroqueeet avatar Jan 15 '25 08:01 patroqueeet