aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/unittesting.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/routes/forms/unittesting.py')
-rw-r--r--backend/routes/forms/unittesting.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/backend/routes/forms/unittesting.py b/backend/routes/forms/unittesting.py
index b12cff2..3854314 100644
--- a/backend/routes/forms/unittesting.py
+++ b/backend/routes/forms/unittesting.py
@@ -15,9 +15,6 @@ with open("resources/unittest_template.py") as file:
UnittestResult = namedtuple("UnittestResult", "question_id return_code passed result")
-# Mapping of questions to their generated
-_unit_cache: dict[str, str] = {}
-
def filter_unittests(form: Form) -> Form:
"""