MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / test_empty_recycle_bin

Method test_empty_recycle_bin

tests/TestWindows.py:738–743  ·  view source on GitHub ↗

Unit test for empty_recycle_bin

(self)

Source from the content-addressed store, hash-verified

736 self.assertIsInstance(v, Decimal)
737
738 def test_empty_recycle_bin(self):
739 """Unit test for empty_recycle_bin"""
740 # check the function basically works
741 for drive in get_fixed_drives():
742 ret = empty_recycle_bin(drive, really_delete=False)
743 self.assertIsInteger(ret)
744
745 @common.skipUnlessDestructive
746 def test_empty_recycle_bin_destructive(self):

Callers

nothing calls this directly

Calls 3

get_fixed_drivesFunction · 0.90
empty_recycle_binFunction · 0.90
assertIsIntegerMethod · 0.80

Tested by

no test coverage detected