MCPcopy
hub / github.com/psf/requests / test_super_len_with__len__

Method test_super_len_with__len__

tests/test_utils.py:127–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 assert super_len(member) == 4
126
127 def test_super_len_with__len__(self):
128 foo = [1, 2, 3, 4]
129 len_foo = super_len(foo)
130 assert len_foo == 4
131
132 def test_super_len_with_no__len__(self):
133 class LenFile:

Callers

nothing calls this directly

Calls 1

super_lenFunction · 0.90

Tested by

no test coverage detected