Example #1
0
    def test_path_to_location(self):
        """Make sure that path_to_location works properly"""

        print "Starting import"
        modulestore = XMLModuleStore(DATA_DIR, course_dirs=["toy", "simple"])
        print "finished import"

        check_path_to_location(modulestore)
Example #2
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
Example #3
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
Example #4
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     with check_mongo_calls(self.draft_store, 9):
         check_path_to_location(self.draft_store)
Example #5
0
 def test_path_to_location(self):
     """Make sure that path_to_location works"""
     check_path_to_location(self.store)
Example #6
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     with check_mongo_calls(self.draft_store, 9):
         check_path_to_location(self.draft_store)