MCPcopy Create free account
hub / github.com/miguelgrinberg/python-socketio / test_no_room

Method test_no_room

tests/async/test_manager.py:175–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 await self.bm.leave_room(sid, '/bar', 'baz')
174
175 async def test_no_room(self):
176 rooms = self.bm.get_rooms('123', '/foo')
177 assert [] == rooms
178
179 async def test_close_room(self):
180 sid = await self.bm.connect('123', '/foo')

Callers

nothing calls this directly

Calls 1

get_roomsMethod · 0.80

Tested by

no test coverage detected