more Long improvements

This commit is contained in:
Ross
2023-05-22 13:29:07 +01:00
parent 4345f46615
commit ae670c738b
8 changed files with 136 additions and 87 deletions
+2 -2
View File
@@ -290,8 +290,8 @@ def test_exams(db, client):
json_res = json.loads(res.content)
assert json_res["success"] == True
assert json_res["question_count"] == 6
assert json_res["success"] is True
assert json_res["question_count"] == 2 * 3
# Check the answers now exist in the database
if testing_cid_user: