mitlist/be/tests/crud
mohamad 0207c175ba feat: Enhance chore management with new update endpoint and structured logging
This commit introduces a new endpoint for updating chores of any type, allowing conversions between personal and group chores while enforcing permission checks. Additionally, structured logging has been implemented through a new middleware, improving request tracing and logging details for better monitoring and debugging. These changes aim to enhance the functionality and maintainability of the chore management system.
2025-06-21 15:00:13 +02:00
..
__init__.py 0705 2025-05-08 00:56:26 +02:00
test_expense.py feat: Implement traceable expense splitting and settlement activities 2025-05-22 07:05:31 +00:00
test_group.py feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
test_invite.py 0705 2025-05-08 00:56:26 +02:00
test_item.py feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
test_list.py feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
test_settlement_activity.py feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
test_settlement.py Implement test fixtures for async database sessions and enhance test coverage for CRUD operations. Introduce mock settings for financial endpoints and improve error handling in user and settlement tests. Refactor existing tests to utilize async mocks for better reliability and clarity. 2025-05-20 01:18:31 +02:00
test_user.py Implement test fixtures for async database sessions and enhance test coverage for CRUD operations. Introduce mock settings for financial endpoints and improve error handling in user and settlement tests. Refactor existing tests to utilize async mocks for better reliability and clarity. 2025-05-20 01:18:31 +02:00