r-lib / testthat

An R 📦 to make testing 😀
https://testthat.r-lib.org
Other
888 stars 318 forks source link

Provide more information when `expect_condition()` and friends fail #1987

Open hadley opened 3 weeks ago

hadley commented 3 weeks ago
resp2 <- req %>% req_perform(path = path2)` did not throw the expected condition

Would be better as

resp2 <- req %>% req_perform(path = path2)` did not throw the expected `httr2_cache_save` condition. 
Conditions observed: httr2_cache_cached