Hi guys!
I have a lot of nested tests, something like
@testset "Test Set" begin
@testset "Test Sub Set"
...
end
However, the reports of the subtests are only printed if something fails. How can I make Julia print the reports every time, even if they all succeeded?