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's not necessary to wrap a test case in
`current-test-case-around`; that will be done later. Doing
so increments the running test count (and, possibly, the
running test failure count) twice.
closesracket#132
Working with
typed/rackunit
on 7.9, CS variant, macOS. Here's a relaand then do
raco test
, you'll getIf you add a test, so that we have two
test-case
s, like so:you'll now get
Looks like the count is always twice the number of checks. But there's more: if you make a failing test, like this:
Then you'll get:
It looks like we're double counting the number of tests and double counting the number of failed tests.
The described issue doesn't arise in untyped
rackunit
.The text was updated successfully, but these errors were encountered: