testwhat
testwhat copied to clipboard
Write Submission Correctness Tests for R exercises
For formulas `y ~ 1 + x` and `y ~ x`, use a diff in the message
This has come up in a few discussions, so putting here to track. ### What is SCT boilerplate? Suppose a person writes a script with three variables, as below.. ```...
Need a function to test the operators that extract stuff from data structures
(below are rough thoughts) ### Classes and SCT dispatching Currently testwhat keeps a of R6 State classes in `state.R`. However, the R6 classes are used only as data containers, while...