service logic for facts, chunks, candidates, and current-approved-vs-target comparison
This commit is contained in:
parent
35274baac1
commit
ea5da4a8e0
7 changed files with 600 additions and 0 deletions
|
|
@ -45,6 +45,13 @@ def test_openapi_groups_agent_facing_endpoints():
|
|||
assert components["CandidateGraphResponse"]["examples"][0]["abilities"][0][
|
||||
"status"
|
||||
] == "pending"
|
||||
assert (
|
||||
"/repos/{repository_id}/analysis-runs/{base_analysis_run_id}/diff/"
|
||||
"{target_analysis_run_id}"
|
||||
) in schema["paths"]
|
||||
assert (
|
||||
"/repos/{repository_id}/analysis-runs/{analysis_run_id}/changes/approve"
|
||||
) in schema["paths"]
|
||||
|
||||
|
||||
def test_docs_endpoint_is_available():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue