Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ test_construction_and_is_empty
Function
test_construction_and_is_empty
tests/header_map_test.py:6–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
@pytest.mark.flaky(reruns=3, reruns_delay=2)
6
def
test_construction_and_is_empty():
7
h = HeaderMap()
8
assert h.is_empty()
9
assert len(h) == 0
10
assert h.keys_len() == 0
11
12
13
@pytest.mark.flaky(reruns=3, reruns_delay=2)
Callers
nothing calls this directly
Calls
3
is_empty
Method · 0.95
keys_len
Method · 0.95
HeaderMap
Class · 0.85
Tested by
no test coverage detected