MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / test_init

Function test_init

tests/test_coverage_sorteddict.py:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 return dic.items()
34
35def test_init():
36 temp = SortedDict()
37 assert temp.key is None
38 temp._check()
39
40def test_init_key():
41 temp = SortedDict(negate)

Callers

nothing calls this directly

Calls 2

_checkMethod · 0.95
SortedDictClass · 0.90

Tested by

no test coverage detected