Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ unwrap_test
Function
unwrap_test
src/python-common/ceph/tests/test_utils.py:18–19 ·
view source on GitHub ↗
(address, expected)
Source
from the content-addressed store, hash-verified
16
17
def
test_unwrap_ipv6():
18
def
unwrap_test(address, expected):
19
assert unwrap_ipv6(address) == expected
20
21
tests = [
22
(
'::1'
,
'::1'
), (
'[::1]'
,
'::1'
),
Callers
2
test_unwrap_ipv6
Method · 0.85
test_unwrap_ipv6
Function · 0.85
Calls
1
unwrap_ipv6
Function · 0.90
Tested by
no test coverage detected