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

Function test_sum

python/ccxt/test/base/test_sum.py:18–24  ·  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_sum():
19 exchange = ccxt.Exchange({
20 'id': 'sampleexchange',
21 })
22 # testSharedMethods.assertDeepEqual (exchange, undefined, 'testSum', exchange.sum (), undefined); # todo: bugs in py
23 test_shared_methods.assert_deep_equal(exchange, None, 'testSum', exchange.sum(2), 2)
24 test_shared_methods.assert_deep_equal(exchange, None, 'testSum', exchange.sum(2, 30, 400), 432)

Callers 1

base_tests_initFunction · 0.90

Calls 2

sumMethod · 0.95
ExchangeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…