appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.2k stars 329 forks source link

Include total test suite execution time in HTML report #2844

Closed dictoon closed 3 years ago

dictoon commented 4 years ago

The total test suite execution time is already measured and displayed in the console. This information, as well as the total number of passed/failed tests, should be included in the HTML report.

oktomus commented 4 years ago

See scripts/runtestsuite/runtestsuite.py.

Originally from https://github.com/appleseedhq/appleseed/issues/2847

h44rd commented 4 years ago

Hi, I'd like to take this issue up. I've gone through the scripts/runtestsuite/runtestsuite.py file and there are two types of reports (simple and detailed). Is the total execution time required to be in both the types of the reports?

oktomus commented 4 years ago

@h44rd That would be great to have it in both :)