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

Function test_ws_future

python/ccxt/pro/test/base/test_future.py:181–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 assert False, f"Received Exception {e}"
180
181async def test_ws_future():
182 await test_resolve_before()
183 await test_reject()
184 await test_race_success_before()
185 await test_race_return_first_exception()
186 await test_cancel()
187 await test_await_canceled_future()
188 await test_race_cancel()
189 await test_race_mixed_outcomes()
190 await test_race_with_wait_for_timeout()
191 await test_race_with_wait_for_completion()
192 await test_race_with_precompleted_future()
193 await test_closed_by_user()
194

Callers 1

test_base_init_wsFunction · 0.90

Calls 12

test_resolve_beforeFunction · 0.85
test_rejectFunction · 0.85
test_race_success_beforeFunction · 0.85
test_cancelFunction · 0.85
test_race_cancelFunction · 0.85
test_race_mixed_outcomesFunction · 0.85
test_closed_by_userFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…