diff options
author | prathamesh | 2018-12-19 13:46:40 +0530 |
---|---|---|
committer | prathamesh | 2018-12-19 13:46:40 +0530 |
commit | 0e3353d489fd54a2c84c712ae04e44a9f8d8cd90 (patch) | |
tree | c481d2eff3512da0c9c72bb33203d4f9f3b3e636 /.travis.yml | |
parent | a9e36d0ba393bc709c8bd61b133170e9506aa510 (diff) | |
download | online_test-0e3353d489fd54a2c84c712ae04e44a9f8d8cd90.tar.gz online_test-0e3353d489fd54a2c84c712ae04e44a9f8d8cd90.tar.bz2 online_test-0e3353d489fd54a2c84c712ae04e44a9f8d8cd90.zip |
Provide API version 1 for Yaksh
- 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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 59eaa66..e1e7dc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: - coverage erase - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh - coverage run -p manage.py test -v 2 --settings online_test.test_settings grades + - coverage run -p manage.py test -v 2 --settings online_test.test_settings api - coverage run -p manage.py test -v 2 --settings online_test.test_settings yaksh.live_server_tests.load_test after_success: |