auto-sync: 2026-06-02 07:53:28

This commit is contained in:
cfdaily
2026-06-02 07:53:28 +08:00
parent 7effd92832
commit 0859669aaf
+3 -1
View File
@@ -213,7 +213,6 @@ class TestU3RoundComplete:
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
spawner=mock_spawner, dispatcher=MagicMock())
# mock _build_review_promptf-string 在 Python 3.9 有兼容性问题)
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
async def run():
result = await ticker._check_round_complete(db_path, pid)
@@ -243,6 +242,7 @@ class TestU3RoundComplete:
ticker = Ticker(registry=MagicMock(), spawner=MagicMock(),
dispatcher=MagicMock())
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
async def run():
return await ticker._check_round_complete(db_path, pid)
@@ -313,6 +313,7 @@ class TestU5RoundLimit:
ticker = Ticker(registry=MagicMock(), spawner=MagicMock(),
dispatcher=MagicMock())
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
async def run():
return await ticker._check_round_complete(db_path, pid)
@@ -383,6 +384,7 @@ class TestU6MentionGrouping:
ticker = Ticker(registry=MagicMock(), spawner=mock_spawner,
dispatcher=MagicMock())
ticker._build_review_prompt = MagicMock(return_value="Review prompt mock")
async def run():
return await ticker._process_mentions(db_path, pid)