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

Function test_simple_cli_analysis

tests/test_cli.py:56–61  ·  view source on GitHub ↗
(exec_mode, fixtures)

Source from the content-addressed store, hash-verified

54
55@pytest.mark.parametrize("exec_mode", ("--async", "--no-async"))
56def test_simple_cli_analysis(exec_mode, fixtures):
57 pth = fixtures.path('basic_ast.py')
58 output = fixtures.scan_test_file("basic_ast.py", args=[exec_mode])
59
60 assert output["name"].endswith(pth.split("/")[-1])
61 assert "url" in output["tags"]
62
63
64@pytest.mark.e2e

Callers

nothing calls this directly

Calls 2

pathMethod · 0.80
scan_test_fileMethod · 0.80

Tested by

no test coverage detected