Skip to content

@test to display the tested values #1406

@dpinol

Description

@dpinol

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions