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

Method run_static_request_tests

python/ccxt/test/tests_sync.py:1214–1216  ·  view source on GitHub ↗
(self, target_exchange=None, test_name=None)

Source from the content-addressed store, hash-verified

1212 return False
1213
1214 def run_static_request_tests(self, target_exchange=None, test_name=None):
1215 self.run_static_tests('request', target_exchange, test_name)
1216 return True
1217
1218 def run_static_tests(self, type, target_exchange=None, test_name=None):
1219 folder = get_root_dir() + './ts/src/test/static/' + type + '/'

Callers 1

init_innerMethod · 0.95

Calls 1

run_static_testsMethod · 0.95

Tested by

no test coverage detected