summaryrefslogtreecommitdiff
path: root/yaksh/error_messages.py
AgeCommit message (Collapse)Author
2019-12-27Fix pep8 for stdio spacing errormaheshgudi
2019-12-27Allow new line to be added in an stdio testcasemaheshgudi
2018-07-12Make pep8 changesmaheshgudi
2018-07-12Raise appropriate exceptions for C and Java language to the Gradermaheshgudi
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation and testcase compilation errors respectively. - Add test case for C/C++ and Java
2018-06-07Pep8 changesadityacp
2018-04-06Add error line number in error outputadityacp
2018-04-05Change error_messages.py, python_assertion_evaluator.py and grader.pyadityacp
- Pep8 changes - Show code error message along with test case - Add nose in python exec scope
2017-11-10Remove traceback for recursion and/or runtime errors.maheshgudi
2017-11-10No tracebacks if longer than 5 lines.mahesh
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change.
2017-11-07Modify testcases wrt changes in assertion error outputmaheshgudi
2017-11-07Change module compare_stdio to error_messagesmaheshgudi