diff --git a/materials/fa16/lab/lab02/tests/q11.py b/materials/fa16/lab/lab02/tests/q11.py index 8639e94..79b73a7 100644 --- a/materials/fa16/lab/lab02/tests/q11.py +++ b/materials/fa16/lab/lab02/tests/q11.py @@ -1,3 +1,4 @@ +OK_FORMAT = True test = { 'name': 'Question', 'points': 1, @@ -19,4 +20,4 @@ 'type': 'doctest' } ] -} \ No newline at end of file +}