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

Function test_suspicious_file_trigger

tests/test_misc.py:214–216  ·  view source on GitHub ↗
(metadata, expected)

Source from the content-addressed store, hash-verified

212 ({"scheme": "pypi", "suspicious_files": False}, False)
213))
214def test_suspicious_file_trigger(metadata, expected):
215 loc = ScanLocation("does_not_exists", metadata=metadata)
216 assert fs_struct.enable_suspicious_files(location=loc) is expected

Callers

nothing calls this directly

Calls 1

ScanLocationClass · 0.90

Tested by

no test coverage detected