arbret/backend/tests
counterweight 77e7f98e1e
Fix: Add pagination to admin appointments endpoint
- Added pagination with page/per_page query params
- Fixed N+1 query by using eager-loaded user relationship
- Removed unused _get_user_email helper function
- Updated frontend to handle paginated response
- Regenerated API types
2025-12-21 17:32:25 +01:00
..
__init__.py with some tests 2025-12-18 21:48:41 +01:00
conftest.py Phase 3: Appointment model & booking API with timezone fix 2025-12-21 00:03:34 +01:00
helpers.py first round of review 2025-12-20 11:43:32 +01:00
test_auth.py first round of review 2025-12-20 11:43:32 +01:00
test_availability.py Fix: Validate source_date in copy availability endpoint 2025-12-21 17:28:21 +01:00
test_booking.py Fix: Add pagination to admin appointments endpoint 2025-12-21 17:32:25 +01:00
test_counter.py first round of review 2025-12-20 11:43:32 +01:00
test_invites.py first implementation 2025-12-20 22:18:14 +01:00
test_permissions.py first round of review 2025-12-20 11:43:32 +01:00
test_profile.py first implementation 2025-12-20 11:12:11 +01:00
test_validation.py first round of review 2025-12-19 10:30:23 +01:00