Added TODOs to test files

This commit is contained in:
Sam Germain
2021-08-08 23:13:35 -06:00
parent 53a6ce881c
commit 0733d69cda
7 changed files with 36 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ from .test_exchange import ccxt_exceptionhandlers
STOPLOSS_ORDERTYPE = 'stop'
# TODO-lev: All these stoploss tests with shorts
def test_stoploss_order_ftx(default_conf, mocker):
api_mock = MagicMock()