MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_list

Method test_list

testing/test_assertion.py:393–396  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391 ]
392
393 def test_list(self) -> None:
394 expl = callequal([0, 1], [0, 2])
395 assert expl is not None
396 assert len(expl) > 1
397
398 @pytest.mark.parametrize(
399 ["left", "right", "expected"],

Callers

nothing calls this directly

Calls 1

callequalFunction · 0.85

Tested by

no test coverage detected