profile drill-down/source-link preservation
This commit is contained in:
parent
e8fdfe6e17
commit
5aa76af78c
8 changed files with 88 additions and 11 deletions
|
|
@ -315,6 +315,7 @@ def test_ui_register_analyze_and_approve_loop(tmp_path):
|
|||
assert "Review UI Repo Repository Usefulness" in approved_detail.text
|
||||
assert "Language: Python" in approved_detail.text
|
||||
assert "Framework: FastAPI" in approved_detail.text
|
||||
assert "interface:app.py:3" in approved_detail.text
|
||||
|
||||
search_response = client.get("/ui/search", params={"q": "repository"})
|
||||
assert search_response.status_code == 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue