atst/tests/test_basic.py
Patrick Smith 747a8dbbd4 Revert "Force tests to fail"
This reverts commit 810a39d359259782c0daded0de1ce3eddc58b1c9.
2018-08-16 17:10:23 -04:00

4 lines
100 B
Python

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