MCPcopy 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
50class TestEgg(TestZip):

Callers

nothing calls this directly

Calls 3

distributionsFunction · 0.90
listClass · 0.85
lenFunction · 0.85

Tested by

no test coverage detected