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

Function test_complex_cli_analysis

tests/test_cli.py:66–68  ·  view source on GitHub ↗
(fixtures)

Source from the content-addressed store, hash-verified

64@pytest.mark.e2e
65@pytest.mark.skipif(yara is None, reason="Yara module/analyzer is not installed")
66def test_complex_cli_analysis(fixtures):
67 with patch.object(DataFinder, "get_min_size", return_value=10) as m:
68 fixtures.scan_and_match("obfuscated.py", OBFUSCATED_DEFAULT_MATCHES)
69
70
71@pytest.mark.e2e

Callers

nothing calls this directly

Calls 1

scan_and_matchMethod · 0.80

Tested by

no test coverage detected