summaryrefslogtreecommitdiff
path: root/yaksh/stdio_evaluator.py
AgeCommit message (Collapse)Author
2018-06-07Pep8 changesadityacp
2017-11-07Change module compare_stdio to error_messagesmaheshgudi
2017-10-09Fix expected input as None bugmaheshgudi
2017-05-22changes variable and dict key names along with other minor changes in ↵mahesh
answerpaper.
2017-05-13added pretty stdio functionality for all languages.mahesh
2017-04-27made pep8 changesmahesh
2017-04-04Kills stray processes in code, hook and stdio evaluatormahesh
2017-03-15Multiple fixes in stdio_evaluator and models:ankitjavalkar
- Change the way stdio output is printed - Fix minor errors when creating the uploaded file path in the models
2016-12-21Fix rendering and representation of errorsankitjavalkar
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py
2016-12-20Change all evaluator structure and make sure eval test cases passankitjavalkar
2016-09-30- Remove unused importsankitjavalkar
- Fix minor test case issues
2016-09-30Add unicode_literal import for Python2ankitjavalkar
2016-09-30Fix test cases and corresponding changes in evaluators for Python 2/3 ↵ankitjavalkar
compatibility
2016-09-30Migrate python code server and evaluators to python 2/3 compatibleankitjavalkar
2016-09-26refactored stdio_evaluatormaheshgudi
2016-07-28added expected input in traceback for python and made minor changes in ↵maheshgudi
bash_stio_evaluator and stdio_evaluator
2016-07-27removed extra new linesadityacp
2016-07-27made changes to stdio evaluator and added bash evaluator with test casesmaheshgudi
2016-07-27c,cpp,java evaluators with test casesadityacp