(page: Page, live_server_url: str)
| 52 | |
| 53 | |
| 54 | def test_home(page: Page, live_server_url: str): |
| 55 | page.goto(live_server_url) |
| 56 | expect(page).to_have_title("RAG on PostgreSQL") |
| 57 | |
| 58 | |
| 59 | def test_chat(page: Page, live_server_url: str): |
nothing calls this directly
no outgoing calls
no test coverage detected