Improved candidate feature naming
This commit is contained in:
parent
ba0a3eab17
commit
0cf3f9cb15
3 changed files with 79 additions and 1 deletions
|
|
@ -354,6 +354,7 @@ def test_analyze_repository_records_snapshot_and_observed_facts(tmp_path):
|
|||
assert candidate_graph.abilities
|
||||
assert "Example" in candidate_graph.abilities[0].description
|
||||
assert "@app.get" in candidate_graph.abilities[0].capabilities[0].description
|
||||
assert candidate_graph.abilities[0].capabilities[0].features[0].name == "GET /health"
|
||||
capability_names = {
|
||||
capability.name
|
||||
for ability in candidate_graph.abilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue