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
