Skip to content

Use pytest_runtest_logreport instead of pytest_runtest_makereport

Silia Taider requested to merge staider/Gaudi:logreport into master

In reference to the issue: #331 (closed)

  • Use pytest_runtest_logreport instead of pytest_runtest_makereport to report test outcomes using the TestReport object
  • Use pytest_runtest_logreport to report test durations and remove the capture_validation_time fixture
  • Use pytest_report_header instead of pytest_sessionstart to print CTEST_FULL_OUTPUT in the header
  • Remove duplicated run_exception reporting (it was reported both as run_exception and failure)

Merge request reports

Loading