-
Notifications
You must be signed in to change notification settings - Fork 239
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
Tooling for testing of interactive exercises #698
Conversation
Previously, `split_code_headers()` was a staticexport from learnr, but after rstudio/learnr#698 it will no longer be used by learnr, so it's being moved here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great feature! I feel like it's a little above my skill level to say that I approve this, but I certainly don't see anything wrong with it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revisit error
argument of expect_feedback()
(think through all cases)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be able to programmatically provide user_code
to expect_feedback()
The solution is that |
ec8dc34
to
bd2e793
Compare
Adds experimental support for testing exercises with
testthat
.Preview documentation: Developer Tools > Exercises