MCPcopy Index your code
hub / github.com/bleachbit/bleachbit / test_shred

Method test_shred

tests/TestDeepScan.py:132–133  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 self._test_delete('delete')
131
132 def test_shred(self):
133 self._test_delete('shred')
134
135 @unittest.skipUnless('darwin' == sys.platform, 'Not on Darwin')
136 def test_normalized_walk_darwin(self):

Callers

nothing calls this directly

Calls 1

_test_deleteMethod · 0.95

Tested by

no test coverage detected