summaryrefslogtreecommitdiff
path: root/yaksh/test_views.py
AgeCommit message (Collapse)Author
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-12Fix search coursesadityacp
2020-04-08Fix and Add tests for questions viewadityacp
2020-03-31Update the units and modules order on creationadityacp
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-19Resolve conflicts in the courses viewadityacp
2020-03-18Search bar - related testing views addedmanojvaghela
2020-03-09Add tests to check download course progressadityacp
2020-03-05Change in decorators, tests, travisadityacp
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated
2020-02-19Change views, test_views, templatesadityacp
- Change message text in duplicate course view function - Remove clone course option from course detail page and show it in courses page - Show download course option in courses page - Show message for search results in student dashboard - Fix views tests - Show collapse requested students list
2020-02-12Fix views testsadityacp
2019-04-23Merge pull request #599 from prathamesh920/csv-upload-fixankitjavalkar
Fix user CSV upload issue
2019-04-17Fix PEP8 issueKing
2019-04-17Fix user CSV upload issueKing
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-03-13Fix failing Test Caseankitjavalkar
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-26Multiple changesankitjavalkar
- Fix failing test cases and make changes based on feedback - Fix PEP8
2019-02-18Fix TestCasesCruiseDevice
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-17Fix failing tests for models and viewsadityacp
2018-07-17Change views tests for assignment uploadsadityacp
2018-07-13pep8 cleanup for release v0.9maheshgudi
2018-07-13Fix unit and selenium tests for simple questionsmaheshgudi
2018-07-13Add more testsankitjavalkar
2018-07-13Fix testsankitjavalkar
2018-07-13Allow moderator to switch between student and moderator rolesankitjavalkar
2018-07-12Merge pull request #496 from maheshgudi/questions_yamlKing
Question upload can take yaml and zip files
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
2018-07-12Make pep9 changes for question-yaml featuresmaheshgudi
2018-07-11Support for multiple yaml filesmaheshgudi
2018-07-10Imporve download course offline views test to check files inside zip fileadityacp
2018-07-03Add tests to add and remove questions in design question paperadityacp
2018-07-03Update to latest changesadityacp
2018-06-26Fix course download to support Python 2 and 3adityacp
2018-06-26Add views test for course downloadadityacp
2018-06-07Fix test for course status and format error message properlyadityacp
2018-06-07Add tests for viewsadityacp
2018-06-07Pep8 changesadityacp
2018-06-07Merge pull request #469 from adityacp/enhance_course_statusPrabhu Ramachandran
Enhance course status
2018-05-29Change in models, templates, jsadityacp
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test
2018-05-14Add recipients to BCC field in send_bulk_mail functionankitjavalkar
2018-04-04Change and add test for course progressadityacp
2018-03-21Merge pull request #456 from ankitjavalkar/preview-qpPrabhu Ramachandran
Preview QuestionPaper as an HTML
2018-03-08Allow to search the questions in design question paperadityacp
2018-03-07Multiple fixes:ankitjavalkar
- Add views test cases in test_views.py - Add minutes unit to preview_questionpaper template - Add error handling in views when random user accesses questionpaper
2018-02-27Change in models.py, views.py, urls.py, test_views.py, courses.htmladityacp
- Allow only deep cloning of a course - Remove tests for shallow course clone
2018-02-22Change templates, test_views.py, urls.py, views.pyadityacp
- Change copy_type to shallow and deep
2018-02-20Update to latest changesadityacp