Update bybit orderbook test
This commit is contained in:
@@ -463,7 +463,9 @@ class TestCCXTExchange():
|
|||||||
if exchangename == 'gate':
|
if exchangename == 'gate':
|
||||||
# TODO: Gate is unstable here at the moment, ignoring the limit partially.
|
# TODO: Gate is unstable here at the moment, ignoring the limit partially.
|
||||||
return
|
return
|
||||||
for val in [1, 2, 5, 25, 100]:
|
for val in [1, 2, 5, 25, 50, 100]:
|
||||||
|
if val > 50 and exchangename == 'bybit':
|
||||||
|
continue
|
||||||
l2 = exch.fetch_l2_order_book(pair, val)
|
l2 = exch.fetch_l2_order_book(pair, val)
|
||||||
if not l2_limit_range or val in l2_limit_range:
|
if not l2_limit_range or val in l2_limit_range:
|
||||||
if val > 50:
|
if val > 50:
|
||||||
|
Reference in New Issue
Block a user