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