From 22f78c1504d54555b581701a6f5e6faf939ca28b Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 20 Sep 2021 11:45:00 +0200
Subject: [PATCH] Autolab score computation working

---
 src/unitgrade/framework.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py
index 5f7628f..63ff563 100644
--- a/src/unitgrade/framework.py
+++ b/src/unitgrade/framework.py
@@ -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)
 
-- 
GitLab