-
-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
How can I make Pluto to display the tested values when @test fails?
begin
f()=2
g()=4
@test f()==g()
end
Test.FallbackTestSetException("There was an error during testing")
record(::Test.FallbackTestSet, ::Union{Test.Error, Test.Fail})@Test.jl:772 do_test(::Test.ExecutionResult, ::Any)@Test.jl:555 top-level scope@Local: 4
I tried PlutoTest, but there's this issue JuliaPluto/PlutoTest.jl#7
Metadata
Metadata
Assignees
Labels
No labels