MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / test_home

Function test_home

tests/e2e.py:54–56  ·  view source on GitHub ↗
(page: Page, live_server_url: str)

Source from the content-addressed store, hash-verified

52
53
54def 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
59def test_chat(page: Page, live_server_url: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected