test_course {swirlify} | R Documentation |
Run tests on a course
Description
Run basic tests on all questions in the lessons listed in the MANIFEST
.
See add_to_manifest
for information about the MANIFEST
file.
Usage
test_course()
Examples
## Not run:
# To test a course, set any lesson in that course as the current lesson
set_lesson()
# Run tests on every lesson in that course listed in the MANIFEST
test_course()
## End(Not run)
[Package swirlify version 0.5.3 Index]