feat(testing): stabilize simulation suite and fix gemini caching

This commit is contained in:
2026-02-25 01:44:46 -05:00
parent fb80ce8c5a
commit c952d2f67b
23 changed files with 784 additions and 596 deletions

View File

@@ -37,5 +37,5 @@ def test_ai_settings_simulation_run():
sim.run()
# Verify calls
mock_client.set_value.assert_any_call("current_provider", "anthropic")
mock_client.set_value.assert_any_call("current_provider", "gemini")
mock_client.set_value.assert_any_call("current_model", "gemini-1.5-flash")
mock_client.set_value.assert_any_call("current_model", "gemini-2.5-flash-lite")