MCPcopy Index your code
hub / github.com/ccxt/ccxt / run_static_response_tests

Method run_static_response_tests

python/ccxt/test/tests_async.py:1262–1267  ·  view source on GitHub ↗
(self, exchange_name=None, test=None)

Source from the content-addressed store, hash-verified

1260 dump('[INFO]' + success_message)
1261
1262 async def run_static_response_tests(self, exchange_name=None, test=None):
1263 # -----------------------------------------------------------------------------
1264 # --- Init of mockResponses tests functions------------------------------------
1265 # -----------------------------------------------------------------------------
1266 await self.run_static_tests('response', exchange_name, test)
1267 return True
1268
1269 async def run_broker_id_tests(self):
1270 # -----------------------------------------------------------------------------

Callers 1

init_innerMethod · 0.95

Calls 1

run_static_testsMethod · 0.95

Tested by

no test coverage detected