Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
assert_equal(a, b):
5
assert a == b
6
7
def
assert_not_equal(a, b):
8
assert a != b
Callers
15
test_directory
Function · 0.90
test_xattr
Function · 0.90
test_ceph_mirror_xattr
Function · 0.90
test_fxattr
Function · 0.90
test_open
Function · 0.90
test_link
Function · 0.90
test_symlink
Function · 0.90
test_symlinkat
Function · 0.90
test_readlink
Function · 0.90
test_readlinkat
Function · 0.90
test_delete_cwd
Function · 0.90
test_lxattr
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_directory
Function · 0.72
test_xattr
Function · 0.72
test_ceph_mirror_xattr
Function · 0.72
test_fxattr
Function · 0.72
test_open
Function · 0.72
test_link
Function · 0.72
test_symlink
Function · 0.72
test_symlinkat
Function · 0.72
test_readlink
Function · 0.72
test_readlinkat
Function · 0.72
test_delete_cwd
Function · 0.72
test_lxattr
Function · 0.72