Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_one_distribution
Method
test_one_distribution
Lib/test/test_importlib/test_zip.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
assert
'.whl/'
in path, path
44
45
def
test_one_distribution(self):
46
dists = list(distributions(path=sys.path[:1]))
47
assert len(dists) == 1
48
49
50
class
TestEgg(TestZip):
Callers
nothing calls this directly
Calls
3
distributions
Function · 0.90
list
Class · 0.85
len
Function · 0.85
Tested by
no test coverage detected