pyret-lang
pyret-lang copied to clipboard
Output formats for check blocks
We should have machine-readable output formats for test results, e.g. --check-json.
Is this still as urgent, given the new load-lib lets us just getModuleResultChecks
as a value?
Is this still an issue, as per Ben's comment?
Yes. @jswrenn is implementing something like this, separate from Pyret itself, and we ought to incorporate some of that work back into Pyret.
@blerner @jswrenn do we still want to keep this open?
@jswrenn I can only assume that examplar was the intended recipient. :)
Has any of this been incorporated back into Pyret?
@jswrenn I can only assume that examplar was the intended recipient. :)
It was actually for Who Tests the Testers and some pyret autograding that used the same infrastructure! That work involved writing a custom runner.js
to produce JSON test output. Unfortunately, this work never made it back into pyret-lang.