Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mher/flower
/ test_none
Method
test_none
tests/unit/utils/test_template.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
9
class
TestHumanize(unittest.TestCase):
10
def
test_none(self):
11
self.assertEqual(
''
, humanize(None))
12
13
def
test_bool(self):
14
self.assertEqual(True, humanize(True))
Callers
nothing calls this directly
Calls
1
humanize
Function · 0.90
Tested by
no test coverage detected