MCPcopy Create free account
hub / github.com/sammchardy/python-binance / test_papi_ping_sync

Function test_papi_ping_sync

tests/test_ping.py:9–11  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

7
8
9def test_papi_ping_sync(client):
10 ping_response = client.papi_ping()
11 assert ping_response is not None
12
13
14def test_ping_sync(client):

Callers

nothing calls this directly

Calls 1

papi_pingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…