Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
def
callequal(left: Any, right: Any, verbose: int = 0) -> Optional[List[str]]:
331
return
callop(
"=="
, left, right, verbose)
332
333
334
class
TestAssert_reprcompare:
Callers
15
test_different_types
Method · 0.85
test_summary
Method · 0.85
test_text_diff
Method · 0.85
test_text_skipping
Method · 0.85
test_text_skipping_verbose
Method · 0.85
test_multiline_text_diff
Method · 0.85
test_bytes_diff_normal
Method · 0.85
test_bytes_diff_verbose
Method · 0.85
test_list
Method · 0.85
test_iterable_full_diff
Method · 0.85
test_list_different_lengths
Method · 0.85
test_list_wrap_for_multiple_lines
Method · 0.85
Calls
1
callop
Function · 0.85
Tested by
no test coverage detected