summaryrefslogtreecommitdiff
path: root/yaksh/test_views.py
AgeCommit message (Collapse)Author
2021-01-27Refactor monitor for a quizadityacp
2021-01-26Refactor question statistics for a quizadityacp
2021-01-25Fix views and models testsadityacp
2021-01-11Merge pull request #767 from ankitjavalkar/add_stats_qankitjavalkar
Add feature to count number of times MCQ option has been selected
2021-01-11Merge pull request #725 from ankitjavalkar/bugfix_08_06ankitjavalkar
Remove 'copy of' string in _create_lesson_copy()
2021-01-06Fix broken test casesankitjavalkar
2020-12-15Fix tests and quiz templateadityacp
2020-11-04Merge pull request #786 from prathamesh920/upload-marks-csvankitjavalkar
Add more tests for CSV marks upload
2020-11-04Add more tests for CSV marks uploadprathamesh
2020-11-04Merge pull request #783 from prathamesh920/upload-marks-csvankitjavalkar
Update marks using CSV file upload
2020-11-03Resolve conflictsadityacp
2020-11-03Multiple changesadityacp
- Add tinymce editor to the question description in lesson quiz - Fix katex rendering in the lesson quiz questions - Remove unncessary preview description view function - Keep the fixed height for the lesson table of contents div
2020-10-26Improve tests for lesson statisticsadityacp
2020-10-23Update marks using CSV file uploadprathamesh
2020-10-08Fix testsCruiseDevice
2020-10-08Fix tests and minor changesCruiseDevice
2020-10-08Fix breaking tests in test_modelsCruiseDevice
2020-10-08Fix TestsCruiseDevice
2020-10-07Fix testsankitjavalkar
2020-09-30Change multiple filesadityacp
- Add download sample yaml for toc in the lesson - Add validation for upload toc yaml - Add tests for download sample yaml toc
2020-09-30Add table of contents for lesson with yaml uploadadityacp
2020-09-25Fix testsadityacp
2020-09-23Add more testsadityacp
2020-09-22Add initial tests for lesson contentsadityacp
2020-08-28fix design question paper views and testsadityacp
2020-08-26Avoid duplicate user entry with same email address during upload.prathamesh
Django allows multiple usernames with same email id. Preventing this, as we identify users with their email id or username.
2020-06-09Fix test casesankitjavalkar
2020-05-21Fix check condition and alter testsankitjavalkar
2020-05-21Fix import in testsaditya
2020-05-18Merge pull request #702 from CruiseDevice/add_reject_selectedPalaparthy Adityachandra
Add reject button to reject selected students
2020-05-18Merge pull request #692 from adityacp/merge_monitor_regradePalaparthy Adityachandra
Merge monitor regrade
2020-05-13PEP8 fixCruiseDevice
2020-05-12More tests for start view functionCruiseDevice
2020-05-12Add testcases for start view functionCruiseDevice
2020-05-09Add more tests for course_students viewCruiseDevice
2020-05-09Fix testsCruiseDevice
2020-05-09Fix pep8CruiseDevice
- cover missing tests.
2020-05-09Add missing tests.CruiseDevice
2020-05-08More tests to test course detail pageCruiseDevice
2020-05-06Fix testsCruiseDevice
2020-04-27Resolve conflicts in travis, requirements and viewsadityacp
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-25Fix testsCruiseDevice
2020-04-25Resolve comments, fix tests, add paginationCruiseDevice
2020-04-22More TestsCruiseDevice
2020-04-21Resolve conflicts in urlsadityacp
2020-04-20Change celery.py, settings.py, requirements-common.txt test_views.pyadityacp
- Add ping task in celery.py - Add celery result backend in settings.py - Add celery related packages in common requirements - Add celery worker in regrade test class to run the worker with the test
2020-04-20Change tasks, test_views, templatesadityacp
- Change notification message in celery task - Fix views test for regrade - Change name from Grader to Quizzes in manage.html navbar
2020-04-16Resolve commentsCruiseDevice
2020-04-16Fix testsCruiseDevice