mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
4 lines
97 B
Python
4 lines
97 B
Python
def test_index(client):
|
|
response = client.get("/")
|
|
assert b"EventCally" in response.data
|