MCPcopy
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
9class 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

humanizeFunction · 0.90

Tested by

no test coverage detected