()
| 11 | from ccxt.pro.test.base.test_abnormal_close import test_abnormal_close # noqa: F401 |
| 12 | |
| 13 | async 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 |
no test coverage detected
searching dependent graphs…