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

Function test_base_init_ws

python/ccxt/pro/test/base/tests_init.py:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11from ccxt.pro.test.base.test_abnormal_close import test_abnormal_close # noqa: F401
12
13async def test_base_init_ws():
14 test_ws_order_book()
15 test_ws_cache()
16 # todo : run(test_ws_close())
17 await test_ws_future()
18 # run(test_abnormal_close()) stays in infinite loop in travis

Callers 1

mainFunction · 0.90

Calls 3

test_ws_order_bookFunction · 0.90
test_ws_cacheFunction · 0.90
test_ws_futureFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…