def tearDown(self): self.small.delete() self.big.delete() self.bar.destroy() self.lib.destroy() shutil.rmtree(_DEFAULT_PLAYLIST_DIR) destroy_fake_app()
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()
def tearDown(self): config.quit() destroy_fake_app()
def tearDown(self): destroy_fake_app() del self.mod
def tearDown(self): destroy_fake_app() self.win.destroy() config.quit()
def tearDown(self): destroy_fake_app() self.library.destroy() quodlibet.config.quit() if self.inf: self.inf.destroy()
def tearDown(self): destroy_fake_app() config.quit() os.remove(self.fn)
def tearDownClass(cls): config.quit() destroy_fake_app()
def tearDown(self): self.bar.destroy() self.lib.destroy() shutil.rmtree(PLAYLISTS) PlaylistsBrowser.deinit(self.lib) destroy_fake_app()
def tearDown(self): self.plugin.destroy() del self.plugin destroy_fake_app()
def tearDown(self): quodlibet.config.quit() destroy_fake_app()
def tearDown(self): app.window.browser.destroy() destroy_fake_app() config.quit()
def tearDown(self): destroy_fake_app() self.info.destroy() os.unlink(self.filename)
def tearDown(self): destroy_fake_app() config.quit()
def tearDown(self): destroy_fake_app() try: os.unlink(self.quux["~filename"]) except EnvironmentError: pass
def tearDown(self): destroy_fake_app()
def tearDown(self): self.b.destroy() self.library.librarian = None self.library.destroy() config.quit() destroy_fake_app()