summaryrefslogtreecommitdiff
path: root/testapp/exam/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/tests.py')
-rw-r--r--testapp/exam/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/tests.py b/testapp/exam/tests.py
index 7a8d30c..f4cff3e 100644
--- a/testapp/exam/tests.py
+++ b/testapp/exam/tests.py
@@ -20,6 +20,7 @@ def setUpModule():
# create a quiz
Quiz.objects.create(start_date='2014-06-16', duration=30, active=False,
+ attempts_allowed=-1, time_between_attempts=0,
description='demo quiz', pass_criteria=40,
language='Python', prerequisite=None)