def test_humanize_bool(self):
        """test_humanize_bool."""
        obj = True
        ret = self.instance._humanize(obj)
        self.assertEqual(ret, "Yes")