Skip to content

Commit 9b5ec31

Browse files
committed
test: 增加对会话管理器和人格管理器的异常处理和初始化测试
1 parent 6865ebe commit 9b5ec31

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/unit/test_conversation_mgr.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ async def test_trigger_session_deleted_callback_exception(
5252
):
5353
"""Test that exception in one callback doesn't affect others.
5454
55-
When one session deleted callback raises an exception,
56-
other callbacks should still be executed.
57-
This verifies the exception handling at lines 49-57 in conversation_mgr.py.
58-
"""
59-
# Register two callbacks: one that fails, one that succeeds
60-
"""Test that exception in one callback doesn't affect others.
61-
6255
When one session deleted callback raises an exception,
6356
other callbacks should still be executed.
6457
This verifies the exception handling at lines 49-57 in conversation_mgr.py.

0 commit comments

Comments
 (0)