Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bleachbit/bleachbit
/ assertIsInteger
Method
assertIsInteger
tests/common.py:146–147 ·
view source on GitHub ↗
(self, obj, msg='')
Source
from the content-addressed store, hash-verified
144
#
145
146
def
assertIsInteger(self, obj, msg=
''
):
147
self.assertIsInstance(obj, int, msg)
148
149
def
assertIsString(self, obj, msg=
''
):
150
self.assertIsInstance(obj, str, msg)
Callers
13
validate_result
Function · 0.80
test_count_linux_swap
Method · 0.80
test_physical_free
Method · 0.80
test_get_swap_size_linux
Method · 0.80
test_apt
Method · 0.80
test_get_apt_size
Method · 0.80
test_yum_clean
Method · 0.80
test_dnf_clean
Method · 0.80
test_dnf_autoremove_real
Method · 0.80
test_pacman_cache
Method · 0.80
test_snap_disabled_clean
Method · 0.80
test_empty_recycle_bin
Method · 0.80
Calls
no outgoing calls
Tested by
12
test_count_linux_swap
Method · 0.64
test_physical_free
Method · 0.64
test_get_swap_size_linux
Method · 0.64
test_apt
Method · 0.64
test_get_apt_size
Method · 0.64
test_yum_clean
Method · 0.64
test_dnf_clean
Method · 0.64
test_dnf_autoremove_real
Method · 0.64
test_pacman_cache
Method · 0.64
test_snap_disabled_clean
Method · 0.64
test_empty_recycle_bin
Method · 0.64
test_empty_recycle_bin_destructive
Method · 0.64