3 Commits

Author SHA1 Message Date
Olivier Mengué
87101a6e4a suite.Run: refactor handling of stats
Refactor handling of stats in suite.Run with the goal of reducing
indented blocks to improve readability.

To achieve this, the SuiteInformation methods now handle being called
with a nil receiver to work as noop. This allows to call them from
suite.Run without nil checks blocks, so with improved readability.
2025-06-30 18:06:24 +02:00
Esdras Beleza de Noronha
961bfee4b1 Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
Esdras Beleza
e8910bb335 Add stats to suites and tests 2020-03-11 19:42:32 +11:00