diff options
author | maheshgudi | 2018-07-13 16:56:29 +0530 |
---|---|---|
committer | maheshgudi | 2018-07-13 16:56:29 +0530 |
commit | 5dce610047070dabb1ae69b1acce4ab090d4be47 (patch) | |
tree | 8b65f6e01e6e03a922a4e0563779127b9668b00b /yaksh/evaluator_tests/test_python_evaluation.py | |
parent | e7cfaf3370cfdc135ce8c5c61abf25cf16a8daad (diff) | |
download | online_test-5dce610047070dabb1ae69b1acce4ab090d4be47.tar.gz online_test-5dce610047070dabb1ae69b1acce4ab090d4be47.tar.bz2 online_test-5dce610047070dabb1ae69b1acce4ab090d4be47.zip |
pep8 cleanup for release v0.9
Diffstat (limited to 'yaksh/evaluator_tests/test_python_evaluation.py')
-rw-r--r-- | yaksh/evaluator_tests/test_python_evaluation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/evaluator_tests/test_python_evaluation.py b/yaksh/evaluator_tests/test_python_evaluation.py index 1933d17..ad9b2c2 100644 --- a/yaksh/evaluator_tests/test_python_evaluation.py +++ b/yaksh/evaluator_tests/test_python_evaluation.py @@ -173,7 +173,6 @@ class PythonAssertionEvaluationTestCases(EvaluatorBaseTest): grader = Grader(self.in_dir) result = grader.evaluate(kwargs) err = result.get("error")[0]['traceback'] - # Then self.assertFalse(result.get("success")) for msg in syntax_error_msg: |