Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/miguelgrinberg/python-socketio
/ test_no_room
Method
test_no_room
tests/common/test_manager.py:181–183 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
179
self.bm.leave_room(sid,
'/bar'
,
'baz'
)
180
181
def
test_no_room(self):
182
rooms = self.bm.get_rooms(
'123'
,
'/foo'
)
183
assert [] == rooms
184
185
def
test_close_room(self):
186
sid1 = self.bm.connect(
'123'
,
'/foo'
)
Callers
nothing calls this directly
Calls
1
get_rooms
Method · 0.80
Tested by
no test coverage detected