eventcally/tests/views/test_app.py
2023-03-21 23:54:51 +01:00

4 lines
97 B
Python

def test_index(client):
response = client.get("/")
assert b"eventcally" in response.data