arbret/backend/tests
counterweight 64d2e99d73
Phase 1: Add Availability model and API
- Create Availability model with date, start_time, end_time
- Add availability schemas with 15-minute boundary validation
- Add admin endpoints:
  - GET /api/admin/availability - query by date range
  - PUT /api/admin/availability - set slots for a date
  - POST /api/admin/availability/copy - copy to multiple days
- Add 26 tests covering permissions, CRUD, and validation
2025-12-20 23:36:11 +01:00
..
__init__.py with some tests 2025-12-18 21:48:41 +01:00
conftest.py finish branch 2025-12-19 00:12:43 +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 Phase 1: Add Availability model and API 2025-12-20 23:36:11 +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