Merge pull request #5406 from edx/dcs/mobile-api-tests
Added tests for mobile API
No related branches found
No related tags found
Showing
- lms/djangoapps/mobile_api/course_info/tests.py 37 additions, 0 deletionslms/djangoapps/mobile_api/course_info/tests.py
- lms/djangoapps/mobile_api/course_info/views.py 11 additions, 3 deletionslms/djangoapps/mobile_api/course_info/views.py
- lms/djangoapps/mobile_api/users/tests.py 92 additions, 0 deletionslms/djangoapps/mobile_api/users/tests.py
- lms/djangoapps/mobile_api/users/views.py 0 additions, 8 deletionslms/djangoapps/mobile_api/users/views.py
- lms/djangoapps/mobile_api/video_outlines/serializers.py 2 additions, 1 deletionlms/djangoapps/mobile_api/video_outlines/serializers.py
- lms/djangoapps/mobile_api/video_outlines/tests.py 172 additions, 0 deletionslms/djangoapps/mobile_api/video_outlines/tests.py
- lms/djangoapps/mobile_api/video_outlines/views.py 2 additions, 1 deletionlms/djangoapps/mobile_api/video_outlines/views.py
lms/djangoapps/mobile_api/users/tests.py
0 → 100644
Please register or sign in to comment