expectations not wrapped in 'test_that()' call don't get reported #427
Labels
Milestone
Comments
Definitely a regression :/ |
It looks like the problem is that all of the reporter handling only gets registered in the Does it make sense to move this registration code into e.g. |
The current code makes sure that errors and skips do not propagate beyond the test_that() block. I guess we need a second, thinner withCallingHandlers() in test_file() (and probably elsewhere) if we want the dots in "bare" expectations. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure if this is intended or not, but I noticed that with the current development version of
testthat
tests are not reported (e.g. with the little.
) when not wrapped intest_that()
.Is this a regression or intended behavior?
Repro:
With old testthat:
New testthat:
The text was updated successfully, but these errors were encountered: