BLD: replacing symbols.json and fetching markets with a single config

This commit is contained in:
Frederic Fortier
2018-01-26 17:16:42 -05:00
parent fa60457a0f
commit 6b3f59ff76
6 changed files with 254 additions and 248 deletions
+8
View File
@@ -0,0 +1,8 @@
from catalyst.exchange.utils.factory import get_exchange
class TestConfig:
def test_create_config(self):
exchange = get_exchange('binance', skip_init=True)
config = exchange.create_exchange_config()
pass