Description
Adds unittest-style subtest support to pytest. It helps tests report multiple related cases inside one test function without stopping at the first failed case.
Subtests improve diagnostics for grouped cases, but they should still keep each case clear enough to identify the failing input.