summaryrefslogtreecommitdiff
path: root/testapp/exam/tests.py
diff options
context:
space:
mode:
authorankitjavalkar2015-04-30 12:41:17 +0530
committerankitjavalkar2015-05-11 16:08:06 +0530
commit3e29dc7f6df7019562b179872b43cb13c7483738 (patch)
treef3ce37bc01aa8ffaf15a5ee380cbb371a74f4188 /testapp/exam/tests.py
parentd8847656ba79e51c96c6e3650374aaf616c375dc (diff)
downloadonline_test-3e29dc7f6df7019562b179872b43cb13c7483738.tar.gz
online_test-3e29dc7f6df7019562b179872b43cb13c7483738.tar.bz2
online_test-3e29dc7f6df7019562b179872b43cb13c7483738.zip
- Seperate testcases, Modify views, models, templates for compatibility
- Change functions names in code_evaluator
Diffstat (limited to 'testapp/exam/tests.py')
-rw-r--r--testapp/exam/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testapp/exam/tests.py b/testapp/exam/tests.py
index f73d0e2..ff48c25 100644
--- a/testapp/exam/tests.py
+++ b/testapp/exam/tests.py
@@ -71,7 +71,6 @@ class QuestionTestCases(unittest.TestCase):
"kw_args": {"a": "10",
"b": "11"}
}],
- "ref_code_path": "",
"id": self.question.id,
"language": "Python"}
self.answer_data_json = json.dumps(answer_data)