more Long improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user