v2.1.1: Updated test output.
#18 uncovered that Gradescope was not showing the output for tests during class failures. This release addresses this bug.
It is documented in the Gradescope spec that test output should be a multiline string, however grade would instead produce a list of values. This release changes output to be the list of outputs joined on ;\n
.