Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sammchardy/python-binance
/ assert_message
Function
assert_message
tests/test_socket_manager.py:6–8 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
4
5
6
def
assert_message(msg):
7
assert msg[
"stream"
] ==
"!ticker@arr"
8
assert len(msg[
"data"
]) > 0
9
10
11
@pytest.mark.asyncio()
Callers
1
test_ticker_socket
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…