MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / test_room_topic

Function test_room_topic

tests/room_test.py:14–16  ·  view source on GitHub ↗
(test_bot: Wechaty)

Source from the content-addressed store, hash-verified

12
13@pytest.mark.asyncio
14async def test_room_topic(test_bot: Wechaty) -> None:
15 topic = await test_bot.Room("fake_room").topic()
16 assert topic == "fake_room"
17
18
19@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

topicMethod · 0.45

Tested by

no test coverage detected