コード例 #1
0
ファイル: test_xml.py プロジェクト: haksel/edx-platform
    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)
コード例 #2
0
ファイル: test_mongo.py プロジェクト: CEIT-UQ/edx-platform
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
コード例 #3
0
 def test_path_to_location(self):
     '''Make sure that path_to_location works'''
     check_path_to_location(self.store)
コード例 #4
0
ファイル: test_mongo.py プロジェクト: UXE/edx-platform
 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)
コード例 #5
0
ファイル: test_mongo.py プロジェクト: janadel/edx-platform
 def test_path_to_location(self):
     """Make sure that path_to_location works"""
     check_path_to_location(self.store)
コード例 #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)