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

Function test_seconds

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

Source from the content-addressed store, hash-verified

82
83
84def test_seconds():
85 exchange = ccxt.Exchange({
86 'id': 'sampleexchange',
87 })
88 value = exchange.seconds()
89 value_string = str(value)
90 assert value > 0
91 assert len(value_string) == 10
92
93
94def test_yymmdd():

Callers 1

test_datetimeFunction · 0.85

Calls 2

secondsMethod · 0.95
ExchangeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…