A Django test runner that identifies and reports your slowest tests. Version 1.1.1, stable but low maintenance.
pip install django-slowtestsVerified import paths — ran on the pinned version, not inferred.
Configure the test runner in settings.py, then run tests as usual.
Use pytest with --durations option instead.
Set SLOW_TEST_THRESHOLD_MS to a value in milliseconds to only show tests above threshold.
No dependency data recorded yet.