summaryrefslogtreecommitdiff
path: root/api/tests.py
AgeCommit message (Collapse)Author
2020-03-30Add Login endpoint, quit quiz endpointCruiseDevice
2018-12-26Resolve PEP8 issuesprathamesh
2018-12-19Add rest framework in requirementsprathamesh
2018-12-19Provide API version 1 for Yakshprathamesh
- Serializers for Question, Quiz, QuestionPaper, AnswerPaper - Can create questions, quizzes, question and answer papers - Can check mcq, mcc and code questions - Tests for the API