........................................................................ [ 45%]
........................................................................ [ 90%]
................                                                         [100%]
=============================== warnings summary ===============================
tests/gateway/test_google_chat.py::TestOnPubsubMessage::test_text_message_submits_to_loop
  /home/cube/miniconda3/lib/python3.12/unittest/mock.py:470: RuntimeWarning: coroutine 'GoogleChatAdapter._dispatch_message' was never awaited
    __dict__['_mock_mock_calls'] = _CallList()
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

tests/gateway/test_google_chat.py::TestOnPubsubMessage::test_callback_exception_does_not_escape
tests/gateway/test_google_chat.py::TestSend::test_create_message_passes_messageReplyOption_when_thread_set
  /home/cube/miniconda3/lib/python3.12/unittest/mock.py:2217: RuntimeWarning: coroutine 'GoogleChatAdapter._dispatch_message' was never awaited
    def __init__(self, name, parent):
  Enable tracemalloc to get traceback where the object was allocated.
  See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
160 passed, 3 warnings in 2.27s
