Skip to content
Snippets Groups Projects
Commit 22f78c15 authored by tuhe's avatar tuhe
Browse files

Autolab score computation working

parent 8f4a27d0
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ class UTextResult(unittest.TextTestResult):
self.successes = []
def printErrors(self) -> None:
# TODO: Fix here. probably also needs to flush stdout.
self.printErrorList('ERROR', self.errors)
self.printErrorList('FAIL', self.failures)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment