MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / test_non_existing_package

Function test_non_existing_package

tests/test_package.py:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def test_non_existing_package():
20 with pytest.raises(exceptions.NoSuchPackage):
21 package.PypiPackage.from_cached(f"does_not_exists_{str(uuid.uuid4())}")
22
23
24@responses.activate

Callers

nothing calls this directly

Calls 1

from_cachedMethod · 0.80

Tested by

no test coverage detected