MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / test_mirror_suspicious_file_trigger

Function test_mirror_suspicious_file_trigger

tests/test_mirror.py:43–47  ·  view source on GitHub ↗
(simulate_mirror)

Source from the content-addressed store, hash-verified

41
42
43def test_mirror_suspicious_file_trigger(simulate_mirror):
44 handler = umirror.MirrorHandler(urlparse("mirror://wheel"))
45
46 for loc in handler.get_paths():
47 assert fs_struct.enable_suspicious_files(loc) is True
48
49
50def test_mirror_uri_variations(simulate_mirror):

Callers

nothing calls this directly

Calls 1

get_pathsMethod · 0.95

Tested by

no test coverage detected