refactoring with app_factory

This commit is contained in:
msramalho
2024-10-18 16:35:12 +01:00
parent ca7e862855
commit ea8e06dfee
15 changed files with 265 additions and 256 deletions

View File

@@ -0,0 +1,6 @@
# def test_archive_url(client):
# response = client.get("/archive/url")
# assert response.status_code == 200
# assert response.json() == {"message": "Archive URL"}