[BUG] @suppress
wrapping examples in tests suppresses test report
#36
Labels
bug
Something isn't working
@suppress
wrapping examples in tests suppresses test report
#36
@lkdvos I noticed putting
@suppress
here:ITensorPkgSkeleton.jl/templates/test/test/runtests.jl
Line 45 in 07abef5
Probably you did that because putting macro calls inside of
@safetestset
fails (or at least I'm having trouble getting that to work). Maybe we can just use@eval module $(gensym())
there, or we can make our own@safetestset
that works with macros?The text was updated successfully, but these errors were encountered: