atst/tests/test_basic.py
2018-08-02 16:03:54 -04:00

4 lines
100 B
Python

def test_hello_world(client):
response = client.get("/")
assert response.status_code == 200