-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wishlist for improving testing/demoing #714
Comments
Notes on For |
Let's start with a simple R script that goes through the entire release process. It should work offline, for speed, mocking away anything that might need connectivity. |
Seems good enough now? |
yes but we don't have "mock the CRAN release somehow, for testing and also for demoing." in particular |
We're mocking it away, we can call |
right, we're avoiding more than mocking, but i guess mocking wouldn't bring much |
local_
functions in tests: changing the local directory makes it hard, well clumsy, to run tests interactively.@krlmlr
The text was updated successfully, but these errors were encountered: