MCPcopy Create free account
hub / github.com/ceph/ceph / assert_equal

Function assert_equal

src/test/pybind/assertions.py:4–5  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2 assert a < b
3
4def assert_equal(a, b):
5 assert a == b
6
7def assert_not_equal(a, b):
8 assert a != b

Callers 15

test_directoryFunction · 0.90
test_xattrFunction · 0.90
test_ceph_mirror_xattrFunction · 0.90
test_fxattrFunction · 0.90
test_openFunction · 0.90
test_linkFunction · 0.90
test_symlinkFunction · 0.90
test_symlinkatFunction · 0.90
test_readlinkFunction · 0.90
test_readlinkatFunction · 0.90
test_delete_cwdFunction · 0.90
test_lxattrFunction · 0.90

Calls

no outgoing calls

Tested by 15

test_directoryFunction · 0.72
test_xattrFunction · 0.72
test_ceph_mirror_xattrFunction · 0.72
test_fxattrFunction · 0.72
test_openFunction · 0.72
test_linkFunction · 0.72
test_symlinkFunction · 0.72
test_symlinkatFunction · 0.72
test_readlinkFunction · 0.72
test_readlinkatFunction · 0.72
test_delete_cwdFunction · 0.72
test_lxattrFunction · 0.72