Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 586 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 586 Bytes

pylc3.autograder

pypi

Autograder and Unit testing framework for LC-3 code written in Python, exports test results in JSON.

JSON output format is configurable.

Note that this package doesn't export any grades. The intended use is just exporting the test results in JSON afterwards a script can then easily parse the JSON and assign points per each assertion passed.

For examples see pylc3.autograder.examples