Force tests to fail

This commit is contained in:
Patrick Smith 2018-08-15 07:50:58 -04:00
parent 46aa95248c
commit 810a39d359

View File

@ -1,3 +1,6 @@
def test_the_tester():
assert False
def test_hello_world(client): def test_hello_world(client):
response = client.get("/") response = client.get("/")
assert response.status_code == 200 assert response.status_code == 200