summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
AgeCommit message (Collapse)Author
2020-03-12Fix test to get lesson or quiz for a unitadityacp
2020-02-19Fix pep style and add test case in test_modelsadityacp
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-04-09Fix PEP8 issuesankitjavalkar
2019-04-08Add Test Caseankitjavalkar
2019-02-18Remove stray print statement and add additional check during tearDownCruiseDevice
2019-02-18Add TestCase for get_filename() of FileUpload modelCruiseDevice
2019-01-29Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
2019-01-28Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
- Removes redundant code.
2019-01-28More test cases for model method get_categorized_question_indicesCruiseDevice
2019-01-28Made requested changes in models.py and test_models.pyCruiseDevice
- Remove 'category' key from legend_display_types dictionary. - Add a condition to check if question type exists before creating category_question_map. - Add test. - Change lambda to list in defaultdict.
2019-01-28Remove unused variables and importsCruiseDevice
2019-01-28Add test for new model functionCruiseDevice
- Adds test for get_categorized_question_indices function in models.
2019-01-24Add Test Casesankitjavalkar
2018-07-17Fix failing tests for models and viewsadityacp
2018-07-13Update migrations to fix order errormaheshgudi
2018-07-13Add more testsankitjavalkar
2018-07-13Fix testsankitjavalkar
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