MCPcopy Index your code
hub / github.com/msgspec/msgspec / assert_eq

Method assert_eq

tests/unit/test_struct.py:1651–1653  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1649class TestOrderAndEq:
1650 @staticmethod
1651 def assert_eq(a, b):
1652 assert a == b
1653 assert not a != b
1654
1655 @staticmethod
1656 def assert_neq(a, b):

Callers 4

test_struct_eq_falseMethod · 0.95
test_struct_eqMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected