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

Function callequal

testing/test_assertion.py:330–331  ·  view source on GitHub ↗
(left: Any, right: Any, verbose: int = 0)

Source from the content-addressed store, hash-verified

328
329
330def callequal(left: Any, right: Any, verbose: int = 0) -> Optional[List[str]]:
331 return callop("==", left, right, verbose)
332
333
334class TestAssert_reprcompare:

Callers 15

test_different_typesMethod · 0.85
test_summaryMethod · 0.85
test_text_diffMethod · 0.85
test_text_skippingMethod · 0.85
test_listMethod · 0.85

Calls 1

callopFunction · 0.85

Tested by

no test coverage detected