summaryrefslogtreecommitdiff
path: root/yaksh/evaluator_tests
AgeCommit message (Collapse)Author
2017-01-16Merge pull request #176 from maheshgudi/hook_evaluatorPrabhu Ramachandran
Hook evaluator
2017-01-13removed unwanted css. Modified test.prathamesh
2017-01-09modified tests and hook evaluator for python 3maheshgudi
2017-01-09added test cases for hook evaluatormaheshgudi
2016-12-23Fix conflictadityacp
2016-12-23Add test cases based on moderator input codeadityacp
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-21Fix test cases for storing error as listankitjavalkar
2016-12-20Fix errors and rename resourcesankitjavalkar
- code_evaluator module and class renamed to grader - Test cases fixed - Comments removed - weight variable renamed to mark
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-17Fix test cases to reflect changes in output messageankitjavalkar
2016-11-16Fix Output display of Code Questionankitjavalkar
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-10Add partial grade mark for stdio test case and fix model test casesankitjavalkar
2016-11-10Fix test cases for partial grading featureankitjavalkar
2016-09-30added test for file based stdout in javaadityacp
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-27modified test cases wrt the refactor changesmaheshgudi
2016-09-17pep8 changes, divided each test case in blocks for readabilitymaheshgudi
2016-09-16added docstrings for testcases, removed timeout exception from python evaluatormaheshgudi
2016-09-16changed variable name from get_class to evaluatemaheshgudi
2016-09-16test cases for python assertion bug fixesmaheshgudi
2016-09-08Merge pull request #131 from adityacp/fix_quiz_UIPrabhu Ramachandran
Fix quiz templates
2016-09-01changes in test cases for tracebacksadityacp
2016-08-31change in incorrect answer stdio testcaseadityacp
2016-08-03rebase changes with 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-28added test cases for file based questionsadityacp
2016-07-28rebase changes and changed expected input format in cpp testsadityacp
2016-07-27combined c and cpp testcase classes into single classadityacp
2016-07-27added testcase for string inputadityacp
2016-07-27made changes to stdio evaluator and added bash evaluator with test casesmaheshgudi
2016-07-27added test cases for python stdio evaluatormaheshgudi
2016-07-27changed model class name Stdout to Stdiomaheshgudi
2016-07-27changed model class name Stdout to Stdiomaheshgudi
2016-07-27c,cpp,java evaluators with test casesadityacp
2016-05-10- Adhere to 80 columnsankitjavalkar
- add docstrings - Fix further tests
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-05Multiple test cases passed as dicts, check_code() is iterated based on no. ↵ankitjavalkar
of test cases
2016-05-05- Refactor Scilab, Bash, Java and Cankitjavalkar
- Add Test Cases to reflect refactoring changes - Fix language registry - Add test case for language registry - Fix register in settings - Keep snippet field for now
2016-05-05Add anti-cheating for python stdout evaluator and modify testankitjavalkar