Improve test coverance and fixes according to tests
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
# app/tests/test_routes.py
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_home(client):
|
||||
response = client.get("/")
|
||||
assert response.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user