Skip to content

RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited in generated tests #2046

@parthea

Description

@parthea

The async generated unit tests emit warning RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited

tests/unit/gapic/showcase_v1beta1/test_messaging.py::test_search_blurbs_async_use_cached_wrapped_rpc
  /home/runner/work/gapic-generator-python/gapic-generator-python/.nox/showcase_unit-3-12/lib/python3.12/site-packages/google/api_core/operation_async.py:126: RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
    if self._operation.HasField("response"):

See build log here from PR #2045

Metadata

Metadata

Assignees

Labels

type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions