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

Method run_static_response_tests

python/ccxt/test/tests_sync.py:1259–1264  ·  view source on GitHub ↗
(self, exchange_name=None, test=None)

Source from the content-addressed store, hash-verified

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

Callers 1

init_innerMethod · 0.95

Calls 1

run_static_testsMethod · 0.95

Tested by

no test coverage detected