summaryrefslogtreecommitdiff
path: root/yaksh/error_messages.py
AgeCommit message (Collapse)Author
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