회기 무발화 0턴 분리, 자기예측 락 불변식 및 TDD 회귀 검증 완료
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
This commit is contained in:
parent
a479db7a5a
commit
a0311c5957
100 changed files with 4884 additions and 11210 deletions
|
|
@ -288,7 +288,7 @@ class FeedbackPolicyRouteTest(unittest.IsolatedAsyncioTestCase):
|
|||
AsyncMock(return_value=(sess, principal)),
|
||||
),
|
||||
patch.object(
|
||||
sessions.session_persistence,
|
||||
sessions.session_evaluation_repository,
|
||||
"load_session_evaluation",
|
||||
AsyncMock(),
|
||||
) as evaluation_read,
|
||||
|
|
@ -316,7 +316,7 @@ class FeedbackPolicyRouteTest(unittest.IsolatedAsyncioTestCase):
|
|||
AsyncMock(return_value=sess),
|
||||
),
|
||||
patch.object(
|
||||
sessions.session_persistence,
|
||||
sessions.session_evaluation_repository,
|
||||
"load_session_evaluation",
|
||||
AsyncMock(),
|
||||
) as evaluation_read,
|
||||
|
|
@ -583,7 +583,7 @@ class FeedbackPolicyRouteTest(unittest.IsolatedAsyncioTestCase):
|
|||
AsyncMock(return_value=([sess], True)),
|
||||
),
|
||||
patch.object(
|
||||
sessions.session_persistence,
|
||||
sessions.session_evaluation_repository,
|
||||
"load_session_evaluation",
|
||||
AsyncMock(return_value=({"status": "ready"}, True)),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue