예제 #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
 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()
 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
 def tearDown(self):
     destroy_fake_app()
     self.info.destroy()
     os.unlink(self.filename)
예제 #15
0
 def tearDown(self):
     destroy_fake_app()
     config.quit()
 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
 def tearDown(self):
     destroy_fake_app()
     config.quit()
     os.remove(self.fn)
예제 #20
0
 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
 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()