updated the tracker to have more features

This commit is contained in:
2025-09-30 09:40:06 -07:00
parent b6184414c0
commit 9ce2695df5
4 changed files with 18 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ def client_fixture(session):
def test_detailed_page_no_params(client):
response = client.get("/detailed")
assert response.status_code == 200
assert "Detailed View for" in response.text
assert "Detailed Plan for Sarah" in response.text
def test_detailed_page_default_date(client, session):