summaryrefslogtreecommitdiff
path: root/yaksh/python_assertion_evaluator.py
AgeCommit message (Collapse)Author
2016-11-18fixed test cases and added timeout exception in python assertionmaheshgudi
2016-11-18changed execption messages in python_assertion_evaluator.maheshgudi
2016-11-16Fix Output display of Code Questionankitjavalkar
2016-11-16Modify docstrings of evaluatorsankitjavalkar
2016-11-16Change test_case weightage field name to weightankitjavalkar
2016-11-10Add point based weightage for partial grading instead of percentage based ↵ankitjavalkar
partial grading
2016-11-10dd basic partial marking feature per test caseankitjavalkar
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-16added docstrings for testcases, removed timeout exception from python evaluatormaheshgudi
2016-09-16bug fixes in python assertion evaluatormaheshgudi
2016-07-28changed file module name in evaluatorsadityacp
2016-07-28changed evaluators to support file based questionsadityacp
2016-05-09- Fix testsankitjavalkar
- Fix minor views.py - Fix minor errors caused due to conflict resolution, rebasing - Fix errors in forms, views - Minor Button label change in addquestion.html - Add snippet to question - Remove commented code
2016-05-05Remove commented code and cleanupankitjavalkar
2016-05-05Post review improvements:ankitjavalkar
- compiled_output is set during setup - python exec context renamed - _compile_command deprecated
2016-05-05add compile_code function to compile before checkingankitjavalkar
2016-05-05Multiple test cases passed as dicts, check_code() is iterated based on no. ↵ankitjavalkar
of test cases
2016-05-05- Add test cases for multiple python evaluatorsankitjavalkar
- Change name from python_standard_evaluator to python_assertion_evaluator