Ahh, I knew I read about such an option at some point. Thanks for the reminder.

Looks like pytest doesn't have the necessary hooks to measure fixture calls.

Regards,
Florian Schulze


On 28 Apr 2016, at 14:00, Bruno Oliveira wrote:

On Thu, Apr 28, 2016 at 7:57 AM Florian Schulze <[email protected]>
wrote:

Is there a plugin to measure the execution time of tests and fixtures
and the usage count of fixtures?


Hi Florian,

I don't know about fixtures, but the --durations=N option will show the
slowest N tests (0 for all).

Cheers,
Bruno.
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to