예제 #1
0
 def test_startup_download_load_corrupt(self):
     dlcfg = DownloadStartupConfig()
     dlcfg.load(
         os.path.join(self.CONFIG_FILES_DIR,
                      "corrupt_download_config.conf"))
예제 #2
0
 def test_startup_download_load_corrupt(self):
     dlcfg = DownloadStartupConfig()
     dlcfg.load(os.path.join(self.CONFIG_FILES_DIR, "corrupt_download_config.conf"))
예제 #3
0
 def test_startup_download_save_load(self):
     dlcfg = DownloadStartupConfig()
     file_path = os.path.join(self.session_base_dir, "downloadconfig.conf")
     dlcfg.save(file_path)
     dlcfg.load(file_path)
예제 #4
0
 def test_startup_download_save_load(self):
     dlcfg = DownloadStartupConfig()
     file_path = os.path.join(self.session_base_dir, "downloadconfig.conf")
     dlcfg.save(file_path)
     dlcfg.load(file_path)