From 73ebc838cd9fd5834a02bb56bc4e3db8256a6065 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 12 Dec 2022 12:16:42 +0000 Subject: [PATCH] Further basic integration testing --- .../templates/anatomy/exam_scores_user.html | 13 +- .../{test_exams.py => test_anatomy_exams.py} | 2 +- .../templates/physics/exam_scores_user.html | 23 +- physics/templates/physics/exam_take.html | 26 +- .../templates/physics/exam_take_overview.html | 2 +- physics/tests/test_physics_exams.py | 513 ++++++++++++++++++ physics/views.py | 17 +- rad/test_helpers.py | 6 + rapids/tests/test_rapids_exams.py | 344 ++++++++++++ 9 files changed, 910 insertions(+), 36 deletions(-) rename anatomy/tests/{test_exams.py => test_anatomy_exams.py} (99%) create mode 100644 physics/tests/test_physics_exams.py create mode 100644 rad/test_helpers.py create mode 100644 rapids/tests/test_rapids_exams.py diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index 39f80027..7148ce56 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -16,10 +16,15 @@ {% include 'user_score_header.html' %}