You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- User authentication (register, login, logout, profile management)
@@ -232,14 +232,14 @@ coverage report
232
232
docker compose exec web pytest
233
233
```
234
234
235
-
25 tests covering models, views, authentication, CRUD operations, and data isolation between users.
235
+
9 tests covering user registration and login, profile access control, task creation, listing, editing and deletion, task model creation, and tag creation functionality.
0 commit comments