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

Function test_milliseconds

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

Source from the content-addressed store, hash-verified

72
73
74def test_milliseconds():
75 exchange = ccxt.Exchange({
76 'id': 'sampleexchange',
77 })
78 value = exchange.milliseconds()
79 value_string = str(value)
80 assert value > 0
81 assert len(value_string) == 13
82
83
84def test_seconds():

Callers 1

test_datetimeFunction · 0.85

Calls 2

millisecondsMethod · 0.95
ExchangeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…