summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
AgeCommit message (Collapse)Author
2018-07-12Merge pull request #491 from maheshgudi/catch_compilation_errorKing
Raise appropriate exceptions for C and Java language to the Grader
2018-07-12Fix multiple testcase errormaheshgudi
2018-07-11Support for multiple yaml filesmaheshgudi
2018-06-07One more round of pep8 changesadityacp
2018-06-07Add tests for models and cpp, java evaluatorsadityacp
2018-06-07Further pep8 changesadityacp
2018-06-07Pep8 changesadityacp
2018-06-07Merge pull request #469 from adityacp/enhance_course_statusPrabhu Ramachandran
Enhance course status
2018-06-07Merge pull request #461 from adityacp/fix_quiz_completionPrabhu Ramachandran
Quiz Completion Status
2018-04-18Add test casesankitjavalkar
2018-04-04Change models test to get course completion percentageadityacp
2018-03-22Merge branch 'master' into GradesPrabhu Ramachandran
2018-03-22Merge https://github.com/fossee/online_test into fix_quiz_completionadityacp
2018-03-22Resolve conflicts and update to latest changesadityacp
2018-03-21Merge branch 'master' of https://github.com/fossee/online_test into ↵maheshgudi
arrange_options
2018-03-21Merge pull request #450 from adityacp/change_student_dashboardPrabhu Ramachandran
Student Dashboard Changes
2018-03-21Show student grade in course status pageadityacp
2018-03-21Add Tests for CourseStatus methodsprathamesh
2018-03-21Add condition to get quiz status if answerpaper is createdadityacp
2018-03-20Fix models test caseadityacp
2018-03-16Change TestcaseOrder to TestCaseOrdermahesh
2018-03-16Add test cases for shuffle testcasemahesh
2018-03-16Remove lists from variable namemaheshgudi
2018-03-16Add test cases for Arrange question typemahesh
2018-03-16Change TestcaseOrder to TestCaseOrdermahesh
2018-03-16Add test cases for shuffle testcasemahesh
2018-02-28Change forms.py, models.py, test_models.py and templatesadityacp
- Add help text for timezone field in user registration form - Add new method in course model to get days remaining to start a course - Show start time and end time of a course to the students - Disallow to enroll to a course which is not active - Add model test for the new course method
2018-02-15Merge pull request #436 from adityacp/fixes_lesson_featurePrabhu Ramachandran
Additions and fixes for lesson feature
2018-02-15Merge pull request #430 from maheshgudi/multiple_answerpaperPrabhu Ramachandran
Fix multiple Answerpaper objects returned error
2018-02-15Merge pull request #417 from ankitjavalkar/time-between-attemptsPrabhu Ramachandran
Change time_between_attempts field unit Hours
2018-02-15Change in models, test_models and viewsadityacp
- Change learning module test to remove units from course status after successful test run - Remove unnecessary comments from views - Remove unnecessary condition from module get_status method
2018-02-13Add test caseankitjavalkar
2018-02-08Change in test_views and test_modelsadityacp
- Add views test to check active status for lesson and learning module - Change models test for module get_status method
2018-02-07Add course as a unique constraintmahesh
2018-01-30Add test cases to check for duplicate answerpapersmahesh
2018-01-12Add views and models tests for course statusadityacp
2018-01-02Update to latest changesadityacp
2017-12-05Added basic model testcases.prathamesh
2017-11-22Fixed existing model testsprathamesh
Also, added "markdown" to requirements
2017-11-15Add test case for regrade.maheshgudi
- Answerpaper method validate_validate takes server port as an argument. - Added tests for all question types
2017-11-07Made changes as per suggestionsprathamesh
2017-10-26Removed a testcase check for nowprathamesh
As the questions are not assigned in a cleaner way in the setup. Will modify and add the PR improved testcases
2017-10-26test models bug fixprathamesh
2017-10-26Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py
2017-10-26CSV download for quiz enhancedprathamesh
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user.
2017-10-25Merge pull request #367 from ankitjavalkar/fix-revisit-with-one-qPrabhu Ramachandran
Fix revisit with one question
2017-10-25- Fix and add test casesankitjavalkar
- Fix god-mode/user-mode url pattern
2017-10-17Add tests to verify the changeankitjavalkar
2017-10-09Test to check if files and tags can be skipped from yaml filemaheshgudi
2017-10-07Add test to get current question for AnswerPaperadityacp