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

Function test_array_concat

python/ccxt/test/base/test_array_concat.py:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16from ccxt.test.exchange.base import test_shared_methods # noqa E402
17
18def test_array_concat():
19 exchange = ccxt.Exchange({
20 'id': 'sampleexchange',
21 })
22 test_shared_methods.assert_deep_equal(exchange, None, 'testArrayConcat', exchange.array_concat(['b'], ['a', 'c']), ['b', 'a', 'c'])

Callers 1

base_tests_initFunction · 0.90

Calls 2

array_concatMethod · 0.95
ExchangeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…