You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document & expose printing of custom AbstractTestSet (#53215)
This was previously alluded to in the docs as being possible ("just
record if we're not the top-level parent"), but trying to do that didn't
actually do anything because the printing in the `DefaultTestSet`
ignored anything that wasn't a `Test.Result` or `Test.DefaultTestSet`.
This is particularly problematic if any of the child-testsets had
failures, because those failures would never be shown to a user.
Co-authored-by: Sukera <[email protected]>
Co-authored-by: Ian Butterworth <[email protected]>
0 commit comments