PlutoTest.jl
PlutoTest.jl copied to clipboard
Demo of simple @testset
MWE of a testset
Very nice
i made a portable version on this notebook if anyone is interested (not sure why failing tests print tough) ! it also supports for loops and nested testsets.
Edit: it does not support @test that are not visible in the given expression.
@Pangoraw this would be very nice. Any reason not to push your notebook example for this PR?
Seems a very useful feature without any apparent immediate drawback (it won't break the current @test functionality)
The inner test collection methods in my notebook only work on the provided expr and not globally which makes it different than the Test stdlib.