def test_is_bool_or_none_false(inp): assert not is_bool_or_none(inp)
def test_is_bool_or_none_true(inp): assert is_bool_or_none(inp)