DEPR-4: Remove Mobile Video Outlines API

This commit is contained in:
Nimisha Asthagiri
2019-04-02 13:59:26 -04:00
parent 5a1105bb43
commit 3d8b8a05ad
10 changed files with 4 additions and 1457 deletions

View File

@@ -164,8 +164,6 @@ class CountMongoCallsCourseTraversal(TestCase):
with store_builder.build(request_cache=request_cache) as (content_store, modulestore):
course_key = self._import_course(content_store, modulestore)
# Course traversal modeled after the traversal done here:
# lms/djangoapps/mobile_api/video_outlines/serializers.py:BlockOutline
# Starting at the root course block, do a breadth-first traversal using
# get_children() to retrieve each block's children.
with check_mongo_calls(num_mongo_calls):