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
Currently we have fails(f) and errors(f). I wonder if it would make more sense to rename these to test_fails(f) and test_errors(f), similar to the @test_throws, @test_broken macros provided by Test.
Perhaps even better, it would simplify user code if we make these macros so users could call @test_fails f(...) and @test_errors f(...).
The text was updated successfully, but these errors were encountered:
Currently we have
fails(f)
anderrors(f)
. I wonder if it would make more sense to rename these totest_fails(f)
andtest_errors(f)
, similar to the@test_throws
,@test_broken
macros provided by Test.Perhaps even better, it would simplify user code if we make these macros so users could call
@test_fails f(...)
and@test_errors f(...)
.The text was updated successfully, but these errors were encountered: