invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
87 stars 14 forks source link

Display `handler.found` variables in `@test_log` #134

Open rofinn opened 4 years ago

rofinn commented 4 years ago

It'd be nice if we could figure out a way to display the current values of handler.found in the internal @test, but I'm not entirely sure how that's supposed to work within nested macros. Looks like the base @test_warn doesn't handle this either.