testing._collect_all_failed_names
(internal) Collect failures from every nested report, including failures hidden from a parent aggregate because a testset runner tolerated them.
Reference version
Signature
function testing._collect_all_failed_names(
report: testing.TestSetReport,
out: string[]
) -> void throws never
(internal) Collect failures from every nested report, including failures hidden from a parent aggregate because a testset runner tolerated them.
Source:<builtin>/testing/registry.bamlbytes 44682–45092