auto-sync: 2026-06-02 07:51:37
This commit is contained in:
@@ -211,6 +211,8 @@ class TestU3RoundComplete:
|
||||
mock_spawner.api_port = 8083
|
||||
ticker = Ticker(registry=ProjectRegistry(Path("/tmp/fake")),
|
||||
spawner=mock_spawner, dispatcher=MagicMock())
|
||||
# mock _build_review_prompt(f-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)
|
||||
|
||||
Reference in New Issue
Block a user