eventcally/tests/test_app.py
Daniel Grams 273b3fb072 Internal/analysis (#4)
* Codestyle Black

* Flake8

* Test coverage
2020-11-13 23:05:39 +01:00

4 lines
92 B
Python

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