MCPcopy
hub / github.com/pex-tool/pex / test_empty_resolve

Function test_empty_resolve

tests/test_resolver.py:112–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112def test_empty_resolve():
113 # type: () -> None
114 empty_resolve = local_resolve(requirements=[])
115 assert empty_resolve == []
116
117 with disabled_cache():
118 empty_resolve = local_resolve(requirements=[])
119 assert empty_resolve == []
120
121
122def test_simple_local_resolve():

Callers

nothing calls this directly

Calls 2

local_resolveFunction · 0.85
disabled_cacheFunction · 0.85

Tested by

no test coverage detected