MCPcopy Create free account
hub / github.com/danpaquin/coinbasepro-python / dc

Function dc

tests/test_authenticated_client.py:9–11  ·  view source on GitHub ↗

Dummy client for testing.

()

Source from the content-addressed store, hash-verified

7
8@pytest.fixture(scope='module')
9def dc():
10 """Dummy client for testing."""
11 return AuthenticatedClient('test', 'test', 'test')
12
13
14@pytest.mark.usefixtures('dc')

Callers

nothing calls this directly

Calls 1

AuthenticatedClientClass · 0.90

Tested by

no test coverage detected