MCPcopy Index your code
hub / github.com/RustPython/RustPython / assert_equal

Function assert_equal

extra_tests/snippets/testutils.py:59–60  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

57
58
59def assert_equal(a, b):
60 _assert_print(lambda: a == b, [_typed(a), "==", _typed(b)])
61
62
63def assert_true(e):

Calls 2

_assert_printFunction · 0.85
_typedFunction · 0.85

Tested by

no test coverage detected