MCPcopy Create free account
hub / github.com/ccxt/ccxt / test_microseconds

Function test_microseconds

python/ccxt/test/base/test_datetime.py:64–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63
64def test_microseconds():
65 exchange = ccxt.Exchange({
66 'id': 'sampleexchange',
67 })
68 value = exchange.microseconds()
69 value_string = str(value)
70 assert value > 0
71 assert len(value_string) == 16
72
73
74def test_milliseconds():

Callers 1

test_datetimeFunction · 0.85

Calls 2

microsecondsMethod · 0.95
ExchangeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…