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

Function test_client_initialization

tests/test_client.py:14–16  ·  view source on GitHub ↗
(client)

Source from the content-addressed store, hash-verified

12
13
14def test_client_initialization(client):
15 assert client.API_KEY is not None
16 assert client.API_SECRET is not None
17
18
19@pytest.mark.skip(reason="Endpoint not documented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…