eventcally/tests/views/test_app.py
2023-03-15 20:55:17 +01:00

4 lines
93 B
Python

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