Add dummy test for fetch_ohlcv

This commit is contained in:
Matthias 2020-10-23 20:50:31 +02:00
parent 79ed89e487
commit 7833d9935c
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@ class TestCCXTExchange():
assert len(l2['asks']) == next_limit
assert len(l2['asks']) == next_limit
def test_fetch_ohlcv(self, exchange):
# TODO: Implement me
pass
def test_ccxt_get_fee(self, exchange):
exchange, exchangename = exchange
pair = EXCHANGES[exchangename]['pair']