summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
AgeCommit message (Expand)Author
2017-03-06Multiple changes:ankitjavalkar
2017-03-06Rename completed_question model method to add_completed_questionankitjavalkar
2017-03-02removed pk/id based querying in test casesmaheshgudi
2017-01-13rectified the test for mcq incorrect.prathamesh
2017-01-13Fixed a bug which would mark all MCQ and MCC questions' answers as correctmaheshgudi
2017-01-02Fix test case for models and code serveradityacp
2016-12-23Fix conflictadityacp
2016-12-23Change test for load_questions and consolidate_answer_data functionsadityacp
2016-12-22- Fix grade user rendering issue when question is skippedankitjavalkar
2016-12-22Refactor check method for cleaner code and fixing multiple issuesankitjavalkar
2016-12-21Fix rendering and representation of errorsankitjavalkar
2016-12-20Fix errors and rename resourcesankitjavalkar
2016-12-20Fix model test casesankitjavalkar
2016-12-19Merge pull request #162 from prathamesh920/question-form-interfacePrabhu Ramachandran
2016-12-19changed default weight in model testcase to 1prathamesh
2016-12-01change in quiz model test to check instructionsadityacp
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-10Add partial grade mark for stdio test case and fix model test casesankitjavalkar
2016-09-30changed test cases for models as per python 3adityacp
2016-09-23Removed the test case for regrade code question from test_models for now.prathamesh
2016-09-23for test to passprathamesh
2016-09-23need to start code server for model tests.prathamesh
2016-09-23Merge branch 'master' of https://github.com/FOSSEE/online_test into regrade_p...prathamesh
2016-09-23Regrade Featureprathamesh
2016-09-02refactor in test_models and updated with latest changesadityacp
2016-09-01Merge pull request #105 from adityacp/stdin_stdout_evaluatorPrabhu Ramachandran
2016-08-31rebase with latest changesadityacp
2016-08-31Merge branch 'master' of https://github.com/FOSSEE/online_test into view_answ...prathamesh
2016-08-31Added testcases for model and view.prathamesh
2016-08-30changed load and dump test casesadityacp
2016-08-30removed extract_files and read_json files from viewsadityacp
2016-08-29Views sometimes use cent percent CPU, fixedprathamesh
2016-08-26changed function calls in testsadityacp
2016-08-25changed testcases to test questions dumpadityacp
2016-08-12Move tests.py to test_models.py.Prabhu Ramachandran