Will Miao
25e6d72c4f
test(backend): Phase 1 - Improve testing infrastructure and add error path tests
## Changes
### pytest-asyncio Integration
- Add pytest-asyncio>=0.21.0 to requirements-dev.txt
- Update pytest.ini with asyncio_mode=auto and fixture loop scope
- Remove custom pytest_pyfunc_call handler from conftest.py
- Add @pytest.mark.asyncio to 21 async test functions
### Error Path Tests
- Create test_downloader_error_paths.py with 19 new tests covering:
- DownloadStreamControl state management (6 tests)
- Downloader configuration and initialization (4 tests)
- DownloadProgress dataclass validation (1 test)
- Custom exception handling (2 tests)
- Authentication header generation (3 tests)
- Session management (3 tests)
### Documentation
- Update backend-testing-improvement-plan.md with Phase 1 completion status
## Test Results
- All 458 service tests pass
- No regressions introduced
Relates to backend testing improvement plan Phase 1
2026-02-11 10:29:21 +08:00
..
2025-11-29 08:13:55 +08:00
2025-11-18 16:43:44 +08:00
2026-02-02 08:30:59 +08:00
2026-02-02 08:30:59 +08:00
2026-02-02 12:31:07 +08:00
2026-01-30 07:48:31 +08:00
2026-01-30 07:48:31 +08:00
2025-10-14 21:38:24 +08:00
2025-11-11 14:24:59 +08:00
2025-11-26 13:46:08 +08:00
2025-12-23 15:31:04 +08:00
2025-10-13 21:30:23 +08:00
2026-02-11 10:29:21 +08:00
2026-02-11 10:29:21 +08:00
2025-10-23 17:25:38 +08:00
2026-02-03 21:32:15 +08:00
2025-10-08 08:56:57 +08:00
2025-10-27 18:21:14 +08:00
2025-12-24 20:25:39 +08:00
2026-01-08 00:25:36 +08:00
2025-11-07 22:28:29 +08:00
2025-11-07 22:28:29 +08:00
2026-01-13 15:47:59 +08:00
2025-11-29 08:13:55 +08:00
2025-11-07 09:18:59 +08:00
2026-02-03 07:34:41 +08:00
2025-10-18 21:19:09 +08:00
2025-10-28 18:39:37 +08:00
2025-11-19 11:20:09 +08:00
2025-11-07 09:18:59 +08:00
2026-01-30 07:48:31 +08:00
2026-02-02 08:30:59 +08:00
2026-01-30 07:48:31 +08:00
2025-10-11 22:42:24 +08:00
2026-01-06 08:46:55 +08:00
2025-12-23 18:48:35 +08:00
2025-11-06 17:05:54 +08:00
2025-10-25 06:43:03 +08:00
2025-11-29 08:29:05 +08:00
2026-01-22 10:25:03 +08:00
2025-12-24 20:25:39 +08:00
2025-12-23 11:57:25 +08:00
2025-12-23 09:13:57 +08:00
2025-10-24 15:17:12 +08:00
2025-12-17 19:07:08 +08:00
2026-01-15 15:17:33 +08:00
2025-11-04 12:54:09 +08:00
2026-01-30 07:48:31 +08:00
2025-10-05 14:41:24 +08:00
2026-01-26 16:12:08 +08:00
2025-11-04 12:54:09 +08:00
2026-02-05 22:36:30 +08:00
2026-02-02 13:27:18 +08:00
2025-10-13 14:39:31 +08:00