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

Function test_comparison_ops

pandas/tests/scalar/test_na_scalar.py:91–93  ·  view source on GitHub ↗
(comparison_op, other)

Source from the content-addressed store, hash-verified

89 ],
90)
91def test_comparison_ops(comparison_op, other):
92 assert comparison_op(NA, other) is NA
93 assert comparison_op(other, NA) is NA
94
95
96@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

comparison_opFunction · 0.50

Tested by

no test coverage detected