Description: There are no tests. Add tests/test_routes.py covering: - GET /tasks (empty and non-empty) - POST /tasks (valid and missing title) - PATCH /tasks/<id> (valid id and invalid id)
Description:
There are no tests. Add tests/test_routes.py covering: