MCPcopy
hub / github.com/pandas-dev/pandas / test_validate_bool_kwarg

Function test_validate_bool_kwarg

pandas/tests/util/test_validate_kwargs.py:68–69  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

66@pytest.mark.parametrize("name", ["inplace", "copy"])
67@pytest.mark.parametrize("value", [True, False, None])
68def test_validate_bool_kwarg(name, value):
69 assert validate_bool_kwarg(value, name) == value

Callers

nothing calls this directly

Calls 1

validate_bool_kwargFunction · 0.90

Tested by

no test coverage detected