MCPcopy Index your code
hub / github.com/danpaquin/coinbasepro-python / test_get_time

Method test_get_time

tests/test_public_client.py:73–76  ·  view source on GitHub ↗
(self, client)

Source from the content-addressed store, hash-verified

71 assert 'name' in r[0]
72
73 def test_get_time(self, client):
74 r = client.get_time()
75 assert type(r) is dict
76 assert 'iso' in r

Callers

nothing calls this directly

Calls 1

get_timeMethod · 0.80

Tested by

no test coverage detected