In reference to the issue: #331 (closed)
pytest_runtest_logreport
instead of pytest_runtest_makereport
to report test outcomes using the TestReport
objectpytest_runtest_logreport
to report test durations and remove the capture_validation_time
fixturepytest_report_header
instead of pytest_sessionstart
to print CTEST_FULL_OUTPUT
in the headerrun_exception
reporting (it was reported both as run_exception
and failure
)