summaryrefslogtreecommitdiff
path: root/yaksh/evaluator_tests/test_python_evaluation.py
diff options
context:
space:
mode:
authormahesh2017-05-22 14:32:47 +0530
committermahesh2017-05-22 14:32:47 +0530
commit77f05d3df90a70ff97285deb5bda2d91d99e65d5 (patch)
treecf292b268f8f8dc322ea8bd50d2bbd65abef39e7 /yaksh/evaluator_tests/test_python_evaluation.py
parent153f738c3c43b26339fb625aba8336b3f8265991 (diff)
downloadonline_test-77f05d3df90a70ff97285deb5bda2d91d99e65d5.tar.gz
online_test-77f05d3df90a70ff97285deb5bda2d91d99e65d5.tar.bz2
online_test-77f05d3df90a70ff97285deb5bda2d91d99e65d5.zip
changes variable and dict key names along with other minor changes in answerpaper.
Diffstat (limited to 'yaksh/evaluator_tests/test_python_evaluation.py')
-rw-r--r--yaksh/evaluator_tests/test_python_evaluation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/evaluator_tests/test_python_evaluation.py b/yaksh/evaluator_tests/test_python_evaluation.py
index 8b18c9a..a2faf77 100644
--- a/yaksh/evaluator_tests/test_python_evaluation.py
+++ b/yaksh/evaluator_tests/test_python_evaluation.py
@@ -614,7 +614,7 @@ class PythonStdIOEvaluationTestCases(EvaluatorBaseTest):
self.assertFalse(result.get('success'))
self.assert_correct_output(
"Incorrect Answer: Line number(s) 1 did not match.",
- result.get('error')[0].get('error')
+ result.get('error')[0].get('error_msg')
)
def test_file_based_answer(self):