From 0e4a95b584f20f22e61314483147e81b0dcb5354 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Sat, 27 Feb 2021 17:00:53 +0100 Subject: Obliterate the _unit_cache variable --- backend/routes/forms/unittesting.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'backend/routes/forms/unittesting.py') 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: """ -- cgit v1.2.3