Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bleachbit/bleachbit
/ test_delete
Method
test_delete
tests/TestDeepScan.py:129–130 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
os.rmdir(subdir)
128
129
def
test_delete(self):
130
self._test_delete(
'delete'
)
131
132
def
test_shred(self):
133
self._test_delete(
'shred'
)
Callers
nothing calls this directly
Calls
1
_test_delete
Method · 0.95
Tested by
no test coverage detected