Files
Aniworld/tests
Lukas aa601daf88 Add queue persistence integration tests (5/5 passing)
- Create tests/integration/test_queue_persistence.py with documentation-based approach
- Document expected persistence behaviors:
  * Pending items persist in database via QueueRepository
  * Queue order preserved via position field
  * In-memory state (completed/failed) not persisted
  * Interrupted downloads reset to PENDING on restart
  * Database consistency via atomic transactions
- Add 5 passing documentation tests using mock-based fixtures
- Add 3 skipped placeholder tests for future full DB integration
- Tests use authenticated_client pattern matching other API tests
- Update docs/instructions.md marking task complete

All 5 documentation tests passing  (3 skipped for future work)
2026-01-31 18:38:27 +01:00
..
2025-12-23 18:13:10 +01:00
2025-12-23 18:13:10 +01:00
2025-12-23 18:13:10 +01:00
2025-11-15 12:35:51 +01:00