summaryrefslogtreecommitdiff
path: root/yaksh/fixtures
AgeCommit message (Collapse)Author
2021-02-16Change test data files, views, models, templateadityacp
- Fix upload marks for a quiz column missing error - Add upload marks task to celery - Minor fixes to avoid errors in regrade and custom_filters
2020-11-04Add more tests for CSV marks uploadprathamesh
2020-10-23Update marks using CSV file uploadprathamesh
2020-09-30Add table of contents for lesson with yaml uploadadityacp
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.
2019-04-17Fix user CSV upload issueKing
2018-07-13Fix minor issue in seleniumprathamesh
2018-07-13Modify demo questions to make them simplermaheshgudi
- Update default timeout to 6 seconds for Java related code
2018-07-11Support for multiple yaml filesmaheshgudi
2017-11-14Added sample csv for user to download and upload.prathamesh
2017-11-13Added testcase fileprathamesh
2017-11-06Upload user to the course via csv.prathamesh
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv
2017-08-25Fixes order in demo_questions.zipmahesh
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip
2017-08-18Adds tags in yaml filesmahesh
2017-08-17Adds yaml file containing all types of questionsmahesh
2017-08-16Adds ruamel.yaml instead of pyyamlmahesh
- Preserves escape characters - Adds ruamel.yaml in requirements
2017-08-03fixed demo questions yaml formattingmahesh
2017-07-31Adds yaml serialization to download and upload questionsmahesh
2017-01-10Change fixture file to create demo courseadityacp
2017-01-09Update demo fixtures json fileadityacp
2017-01-04Fix management commandsadityacp
2016-09-16changed json question summaryadityacp
2016-08-30added extract status of file in demo_question.zipadityacp
2016-08-25created a course fixtures for demo courseadityacp
2015-10-08- Modify initial fixturesankitjavalkar
- Add load data command with settings.py path - Modify Manifest
2015-10-07Modify fixtures and load them on quickstartankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar