It would be nice if we can write, e.g.,
err = @test_throws SomeExceptionType f()
@test occursin("some error message", sprint(showerror, err))
It would be nice if we can write, e.g.,
err = @test_throws SomeExceptionType f()
@test occursin("some error message", sprint(showerror, err))