def test_mouse_methods_delegate_to_api(self): computer_use, api_client = _make_computer_use() api_client.get_mouse_position.return_value = MagicMock(x=10, y=20) api ...
"AZURE_COSMOS_CONTAINER_NAME are required for Cosmos integration tests." ...