Add tests for new scenario

This commit is contained in:
Matthias
2019-10-18 06:38:07 +02:00
parent c735d35265
commit 0ac46eddca
2 changed files with 44 additions and 0 deletions

View File

@@ -608,6 +608,14 @@ def limit_buy_order_old_partial():
}
@pytest.fixture
def limit_buy_order_old_partial_canceled(limit_buy_order_old_partial):
res = deepcopy(limit_buy_order_old_partial)
res['status'] = 'canceled'
res['fee'] = {'cost': 0.0001, 'currency': 'ETH'}
return res
@pytest.fixture
def limit_sell_order():
return {