Skip to content

v3.0

Choose a tag to compare

@matiaslindgren matiaslindgren released this 29 Aug 10:16
· 90 commits to master since this release

Result parsing and feedback rendering have been decoupled by defining an intermediate, test pipeline agnostic, unit test output result JSON format.

Python grader tests are executed with the package graderutils, which writes to stdout the results in JSON, which conforms to the JSON schema defined in feedbackformat/schemas/grading_feedback.schema.json. This JSON string can be fed via stdin into the package feedbackformat, which can render the results into any implemented format (currently HTML).