summaryrefslogtreecommitdiff
path: root/yaksh/python_assertion_evaluator.py
AgeCommit message (Expand)Author
2017-02-17Remove filename strings from error traceback in python assertionankitjavalkar
2017-02-16Merge all error handling into single code block and fix relevant test cases f...ankitjavalkar
2017-02-10Format the assertion and various error exceptions for Python Assertion evaluatorankitjavalkar
2017-02-06fixed unicode literal bugmaheshgudi
2017-01-13Merge branch 'master' of https://github.com/FOSSEE/online_test into UI-modifi...prathamesh
2017-01-12Exam interface improvedprathamesh
2016-12-27Add floating point mark_weight to control test case weightageankitjavalkar
2016-12-22- Fix grade user rendering issue when question is skippedankitjavalkar
2016-12-21Fix rendering and representation of errorsankitjavalkar
2016-12-21Fix test cases for storing error as listankitjavalkar
2016-12-20Fix errors and rename resourcesankitjavalkar
2016-12-20Change weight variable name to mark_fractionankitjavalkar
2016-12-20Remove commented codeankitjavalkar
2016-12-20Change all evaluator structure and make sure eval test cases passankitjavalkar
2016-12-20Add further changes to code evaluatorankitjavalkar
2016-12-20Fix test cases to reflect code server and python evaluator changesankitjavalkar
2016-12-20Refactor code server and python evaluatorankitjavalkar
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 par...ankitjavalkar
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 compati...ankitjavalkar
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
2016-05-05Remove commented code and cleanupankitjavalkar
2016-05-05Post review improvements:ankitjavalkar
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. of...ankitjavalkar
2016-05-05- Add test cases for multiple python evaluatorsankitjavalkar