Merge pull request #451 from gcarq/pyup-update-python-bittrex-0.2.2-to-0.3.0

Update python-bittrex to 0.3.0
This commit is contained in:
Janne Sinivirta
2018-01-28 11:14:57 +02:00
committed by GitHub
3 changed files with 1 additions and 23 deletions

View File

@@ -345,8 +345,3 @@ def test_validate_response_min_trade_requirement_not_met():
}
with pytest.raises(ContentDecodingError, match=r'.*MIN_TRADE_REQUIREMENT_NOT_MET.*'):
Bittrex._validate_response(response)
def test_custom_requests(mocker):
mocker.patch('freqtrade.exchange.bittrex.requests', MagicMock())
btx.custom_requests('http://', '')