From fdc7077a2c9ac1134a96e79ac603c34525aaee25 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 26 Mar 2022 15:25:43 +0100 Subject: [PATCH] Remove some unnecessary test arguments --- tests/test_persistence.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/test_persistence.py b/tests/test_persistence.py index 80364a3e7..669589f62 100644 --- a/tests/test_persistence.py +++ b/tests/test_persistence.py @@ -215,7 +215,7 @@ def test_set_stop_loss_isolated_liq(fee): ]) @pytest.mark.usefixtures("init_persistence") -def test_interest(market_buy_order_usdt, fee, exchange, is_short, lev, minutes, rate, interest, +def test_interest(fee, exchange, is_short, lev, minutes, rate, interest, trading_mode): """ 10min, 5hr limit trade on Binance/Kraken at 3x,5x leverage @@ -790,7 +790,7 @@ def test_calc_open_trade_value( ]) @pytest.mark.usefixtures("init_persistence") def test_calc_close_trade_price( - limit_buy_order_usdt, limit_sell_order_usdt, open_rate, exchange, is_short, + open_rate, exchange, is_short, lev, close_rate, fee_rate, result, trading_mode, funding_fees ): trade = Trade( @@ -883,9 +883,6 @@ def test_calc_close_trade_price( ]) @pytest.mark.usefixtures("init_persistence") def test_calc_profit( - limit_buy_order_usdt, - limit_sell_order_usdt, - fee, exchange, is_short, lev,