MCPcopy Index your code
hub / github.com/fastapi/sqlmodel / test_not_equality_other

Function test_not_equality_other

tests/test_default.py:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_not_equality_other() -> None:
41 value1 = Default("foo")
42 value2 = "foo"
43
44 assert not (value1 == value2)

Callers

nothing calls this directly

Calls 1

DefaultFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…