Exemplo n.º 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)
Exemplo n.º 2
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
Exemplo n.º 3
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
Exemplo n.º 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)
Exemplo n.º 5
0
 def test_path_to_location(self):
     """Make sure that path_to_location works"""
     check_path_to_location(self.store)
Exemplo n.º 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)