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

Method test_basic_sort

pandas/tests/test_sorting.py:364–367  ·  view source on GitHub ↗
(self, arg, exp)

Source from the content-addressed store, hash-verified

362 ],
363 )
364 def test_basic_sort(self, arg, exp):
365 result = safe_sort(np.array(arg))
366 expected = np.array(exp)
367 tm.assert_numpy_array_equal(result, expected)
368
369 @pytest.mark.parametrize("verify", [True, False])
370 @pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 2

safe_sortFunction · 0.90
arrayMethod · 0.45

Tested by

no test coverage detected