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

Function test_reprcompare_notin

testing/test_assertion.py:1267–1273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1265
1266
1267def test_reprcompare_notin() -> None:
1268 assert callop("not in", "foo", "aaafoobbb") == [
1269 "'foo' not in 'aaafoobbb'",
1270 "'foo' is contained here:",
1271 " aaafoobbb",
1272 "? +++",
1273 ]
1274
1275
1276def test_reprcompare_whitespaces() -> None:

Callers

nothing calls this directly

Calls 1

callopFunction · 0.85

Tested by

no test coverage detected