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-04-20 04:11:59 +08:00
2026-04-17 21:36:36 +08:00
2026-04-20 04:06:26 +08:00
2026-04-15 14:01:37 +08:00
2026-03-28 18:31:58 +08:00
2026-04-04 12:35:05 +08:00
2026-04-20 04:11:59 +08:00
2026-04-04 12:35:05 +08:00
2026-03-29 01:24:17 +08:00
2026-04-15 23:32:04 +08:00
2026-04-06 12:40:27 +08:00
2026-04-01 09:27:23 +08:00