Revision 95233619745ef84c96af82299b162aa008a7debd authored by Sukera on 09 February 2024, 15:18:03 UTC, committed by GitHub on 09 February 2024, 15:18:03 UTC
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 <Seelengrab@users.noreply.github.com>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
1 parent 65d4ce2
History
File Mode Size
startup.jl -rw-r--r-- 162 bytes

back to top