summaryrefslogtreecommitdiff
path: root/yaksh/test_models.py
AgeCommit message (Collapse)Author
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
2017-10-06Add test for shuffle questions and fix broken tests in test_viewsadityacp
2017-10-06Change models.py and test_models.pyadityacp
- Add else condition in make_answerpaper instead of direct return - Remove while loop in shuffle questions testcase
2017-10-06Add test to check shuffle questionsadityacp
2017-10-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Fix breaking testsankitjavalkar
2017-10-05Add test to fetch latest answer from answerpaperadityacp
2017-09-01Adds test case to check if multiple answerpapers for same arguments are not ↵mahesh
created.
2017-08-18Adds test cases for yamlmahesh
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper
2017-08-16Adds ruamel.yaml instead of pyyamlmahesh
- Preserves escape characters - Adds ruamel.yaml in requirements
2017-07-31Adds yaml serialization to download and upload questionsmahesh
2017-04-28Add a negative test case to check attributes are duplicatedankitjavalkar
2017-04-28- Fix bug that prevents addition of a prerequisite to foreignkey fieldankitjavalkar
- Fix test cases to ensure fails if prerequisite is not set
2017-04-28Add test casesankitjavalkar
2017-04-19Clean AssignementUpload tests in test modelsadityacp
2017-04-10Add test to check assignment uploadsadityacp
2017-04-05Add multiple fixes based on code reviewankitjavalkar
2017-03-31Multiple changes to Course:ankitjavalkar
- Allow a start and end time for Course enrollment - Allow Course to be editable
2017-03-21rebase changes for simple question typesmahesh
2017-03-20Merge pull request #252 from adityacp/assignment_upload_checkPrabhu Ramachandran
Assignment upload Evaluation
2017-03-16Add test for assignment evaluation and Change test_modelsadityacp
2017-03-11made minor template changes and fixed test_modelsmaheshgudi
2017-03-10Fix test cases for trial quizadityacp
2017-03-10Add test for ordering of questionsadityacp
2017-03-10Change views and modelsadityacp
- Remove Fixed Question Model - Create a fixed question order attribute in models
2017-03-10Change models and views test to get fixed questionsadityacp
2017-03-09rebase changesmaheshgudi
2017-03-06Multiple fixes:ankitjavalkar
- Add error message details to SeleniumTestError - Fix next question cycling in models - Fix model test cases