A pytest plugin that reports aggregated test durations per function, per module, and total. Current version 0.1.3 (last release 2019-05-17). Low maintenance, stable for Python 3.5+.
pip install pytest-extra-durationsVerified import paths — ran on the pinned version, not inferred.
Install and run with --durations-extra flag to see aggregated durations.
pip install pytest-extra-durations
Wait for test completion to see extra duration summaries.
Consider forking or using alternative plugins like pytest-timeout or pytest-benchmark.
Ensure pytest-extra-durations is installed in the same environment: pip install pytest-extra-durations
Downgrade pytest to version <=6 or use a compatible alternative.