From e7430da5d7a4f66f06f644d8330baa2fa34699c4 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Thu, 10 Feb 2022 10:39:25 -0600 Subject: [PATCH] test_ccxt_compat commented out unfinished tests --- tests/exchange/test_ccxt_compat.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 1e3f9972b..30ba061fa 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -364,17 +364,17 @@ class TestCCXTExchange(): assert (isinstance(contract_size, float) or isinstance(contract_size, int)) assert contract_size >= 0.0 - def test_get_liquidation_price_compat(): - return # TODO-lev + # def test_get_liquidation_price_compat(): + # return # TODO-lev - def test_liquidation_price_compat(): - return # TODO-lev + # def test_liquidation_price_compat(): + # return # TODO-lev - def test_get_max_pair_stake_amount_compat(): - return # TODO-lev + # def test_get_max_pair_stake_amount_compat(): + # return # TODO-lev - def test_load_leverage_tiers_compat(): - return # TODO-lev + # def test_load_leverage_tiers_compat(): + # return # TODO-lev - def test_get_maintenance_ratio_and_amt_compat(): - return # TODO-lev + # def test_get_maintenance_ratio_and_amt_compat(): + # return # TODO-lev