MCPcopy
hub / github.com/pytest-dev/pytest / test_reprcompare_notin_nontext

Function test_reprcompare_notin_nontext

testing/test_assertion.py:1753–1755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1751
1752
1753def test_reprcompare_notin_nontext() -> None:
1754 # ``not in`` with non-text operands has no specialised explanation.
1755 assert callop("not in", 1, [1, 2]) is None
1756
1757
1758def test_reprcompare_notin_long_text() -> None:

Callers

nothing calls this directly

Calls 1

callopFunction · 0.85

Tested by

no test coverage detected