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 ...
mock_ticker.fast_info.regular_market_change = 15.30 mock_ticker.fast_info.regular_market_change_percent = 0.48 ...