[Bug]: pytest_terminal_summary
reports incorrect test suite timing numbers
#467
Labels
bug
Something isn't working
Python Version
3.X
Describe the bug
The following code block in
conftest.py
is trying to calculate the number of tests and the time taken to finish the test suite:However, its numbers are way off. For example, running the
unit
nox
session reports that 219 tests were completed in 58.71 seconds, butpytest
itself mentions that it finished up in 17.06 seconds, and thepytest
reportage is correct.Steps to reproduce the behaviour
A minimal reproducer is as follows:
Truncated logs are available below.
Relevant log output
The text was updated successfully, but these errors were encountered: