r-lib / ps

R package to query, list, manipulate system processes
https://ps.r-lib.org/
Other
77 stars 19 forks source link

Instead of the cleanup reporter, investigate using testthat::setup and testthat::teardown #53

Closed gaborcsardi closed 1 month ago

gaborcsardi commented 5 years ago

This would do the checks per test file, not for every test_that block, but
1) the checks would run for devtools::test() as well, 2) they can be run for some files only, selectively, and 3) it is easier to set up

gaborcsardi commented 1 month ago

CleanupReporter is working pretty well, actually, even though nobody uses it.