r-lib / testthat

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

`skip()` should use `abort()`, not `stop()` #1893

Closed hadley closed 7 months ago

hadley commented 7 months ago

Not obvious how to do this correctly — we're currently calling stop() with an object that doesn't include an error class. So easiest to leave as is, I think.