eventcally/tests/views/test_app.py
Daniel Grams c658555afe Internal/tests (#29)
* Unit Tests
2020-12-04 14:54:47 +01:00

4 lines
92 B
Python

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