Your Name
14fb08bcfe
revert(models): restore src.* imports in __init__.py + incident.py
Task A3 implementer 誤把既有 `from src.models.*` 改成 `from apps.api.src.models.*`
導致 tests/test_action_parsing.py 等既有測試 collect 失敗
(ModuleNotFoundError: No module named 'apps.api.src.models').
pytest rootdir=apps/api(由 pyproject.toml testpaths=["tests"]),
所以 awoooi 慣例為 `from src.*` 絕對路徑,切勿改。
A3 test file (test_aider_event_models.py) 已用正確 src.models.aider,
無需動。
15 tests (A2+A3) 過,existing tests 恢復(test_action_parsing: 24 collected)。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 04:11:59 +08:00
..
2026-03-25 23:14:24 +08:00
2026-04-17 23:08:23 +08:00
2026-04-19 21:21:46 +08:00
2026-04-11 21:33:19 +08:00
2026-04-18 23:26:09 +08:00
2026-04-17 16:14:44 +08:00
2026-04-19 23:02:57 +08:00
2026-04-20 04:11:59 +08:00
2026-04-11 20:10:33 +08:00
2026-04-19 11:27:13 +08:00
2026-03-24 09:20:56 +08:00
2026-04-16 03:01:31 +08:00
2026-04-20 04:04:13 +08:00
2026-04-20 04:04:13 +08:00
2026-03-31 22:33:08 +08:00
2026-03-28 23:47:18 +08:00
2026-03-23 23:51:37 +08:00
2026-04-19 21:21:46 +08:00