You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support the shorter syntax @safetestset include("testfile.jl") rather than having to write @safetestset begin include("testfile.jl") end, like you can write @testset include("testfile.jl").