Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beetbox/beets
/ tearDown
Method
tearDown
test/test_dbcore.py:192–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
shutil.copyfile(self.orig_libfile, self.libfile)
191
192
def
tearDown(self):
193
os.remove(self.libfile)
194
195
def
test_open_with_same_fields_leaves_untouched(self):
196
new_lib = DatabaseFixture2(self.libfile)
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected