コード例 #1
0
 def tearDown(self):
     self.small.delete()
     self.big.delete()
     self.bar.destroy()
     self.lib.destroy()
     shutil.rmtree(_DEFAULT_PLAYLIST_DIR)
     destroy_fake_app()
コード例 #2
0
 def tearDown(self):
     for song in self.songs:
         os.remove(song["~filename"])
     app.library.disconnect(self.sig)
     del self.plugin
     destroy_fake_app()
     config.quit()
コード例 #3
0
 def tearDown(self):
     config.quit()
     destroy_fake_app()
コード例 #4
0
ファイル: test_viewlyrics.py プロジェクト: LudoBike/quodlibet
 def tearDown(self):
     destroy_fake_app()
     del self.mod
コード例 #5
0
 def tearDown(self):
     destroy_fake_app()
     self.win.destroy()
     config.quit()
コード例 #6
0
 def tearDown(self):
     destroy_fake_app()
     self.library.destroy()
     quodlibet.config.quit()
     if self.inf:
         self.inf.destroy()
コード例 #7
0
 def tearDown(self):
     destroy_fake_app()
     self.library.destroy()
     quodlibet.config.quit()
     if self.inf:
         self.inf.destroy()
コード例 #8
0
 def tearDown(self):
     destroy_fake_app()
     config.quit()
     os.remove(self.fn)
コード例 #9
0
 def tearDownClass(cls):
     config.quit()
     destroy_fake_app()
コード例 #10
0
 def tearDown(self):
     self.bar.destroy()
     self.lib.destroy()
     shutil.rmtree(PLAYLISTS)
     PlaylistsBrowser.deinit(self.lib)
     destroy_fake_app()
コード例 #11
0
 def tearDown(self):
     self.plugin.destroy()
     del self.plugin
     destroy_fake_app()
コード例 #12
0
 def tearDown(self):
     quodlibet.config.quit()
     destroy_fake_app()
コード例 #13
0
 def tearDown(self):
     app.window.browser.destroy()
     destroy_fake_app()
     config.quit()
コード例 #14
0
ファイル: test_qltk_info.py プロジェクト: LudoBike/quodlibet
 def tearDown(self):
     destroy_fake_app()
     self.info.destroy()
     os.unlink(self.filename)
コード例 #15
0
ファイル: test_commands.py プロジェクト: mistotebe/quodlibet
 def tearDown(self):
     destroy_fake_app()
     config.quit()
コード例 #16
0
 def tearDown(self):
     self.bar.destroy()
     self.lib.destroy()
     shutil.rmtree(PLAYLISTS)
     PlaylistsBrowser.deinit(self.lib)
     destroy_fake_app()
コード例 #17
0
 def tearDown(self):
     self.plugin.destroy()
     del self.plugin
     destroy_fake_app()
コード例 #18
0
 def tearDown(self):
     destroy_fake_app()
     try:
         os.unlink(self.quux["~filename"])
     except EnvironmentError:
         pass
コード例 #19
0
ファイル: test_qltk_cover.py プロジェクト: LudoBike/quodlibet
 def tearDown(self):
     destroy_fake_app()
     config.quit()
     os.remove(self.fn)
コード例 #20
0
ファイル: test_mmkeys.py プロジェクト: azarmadr/quodlibet
 def tearDown(self):
     destroy_fake_app()
コード例 #21
0
 def tearDown(self):
     destroy_fake_app()
     self.info.destroy()
     os.unlink(self.filename)
コード例 #22
0
 def tearDown(self):
     self.b.destroy()
     self.library.librarian = None
     self.library.destroy()
     config.quit()
     destroy_fake_app()
コード例 #23
0
ファイル: test_mmkeys.py プロジェクト: pfps/quodlibet
 def tearDown(self):
     destroy_fake_app()
コード例 #24
0
 def tearDown(self):
     destroy_fake_app()
     del self.mod
コード例 #25
0
 def tearDown(self):
     self.b.destroy()
     self.library.librarian = None
     self.library.destroy()
     config.quit()
     destroy_fake_app()
コード例 #26
0
 def tearDown(self):
     app.window.browser.destroy()
     destroy_fake_app()
     config.quit()
コード例 #27
0
 def tearDownClass(cls):
     config.quit()
     destroy_fake_app()