r-lib / cli

Tools for making beautiful & useful command line interfaces
https://cli.r-lib.org/
Other
654 stars 70 forks source link

tests: move to testthat mocking #729

Closed m-muecke closed 1 month ago

m-muecke commented 1 month ago

Closes: https://github.com/r-lib/cli/issues/704

@gaborcsardi not sure where you want the required declarations for mocking the base R functions, hence I've put them in a new file R/mocks.R let me know if you want a different location.

gaborcsardi commented 1 month ago

Thanks!