Commit Graph

188 Commits

Author SHA1 Message Date
Matthias a8f3f2bc1a Extend test to cover market orders with price too 2019-07-14 14:23:23 +02:00
Matthias 25822d1717 Add empty options dict to all tests using create_order 2019-07-14 14:18:30 +02:00
Matthias 61b24180f0
Merge pull request #1998 from freqtrade/fix/pax_balance
Support all types of pairs for /balance
2019-07-08 16:31:57 +02:00
Matthias 40fe2d2c16 Test get_valid_pair_combination 2019-07-03 20:20:12 +02:00
Matthias 1bcf2737fe Add tests for new behaviour 2019-07-03 20:07:26 +02:00
hroff-1902 b80cef964e fix validate_timeframes(); test added 2019-07-03 11:18:39 +03:00
Matthias 01904d3c1e Test not having timeframe available on exchange object 2019-06-30 20:30:57 +02:00
Matthias 4cbcb5f36f Move .title to ExchangeResolver (it does not make sense to do this over
and over again)
2019-06-22 16:52:14 +02:00
Matthias 7108a2e57d Add deep_merge for _ft_has and test 2019-06-09 14:06:29 +02:00
hroff-1902 0e228acbfb minor: exchange debug logging humanized 2019-05-25 22:42:17 +03:00
Matthias 65dcb6acea Catch errors on reload_markets 2019-04-24 21:56:24 +02:00
Matthias 6856848efc
Merge pull request #1744 from hroff-1902/ccxt-parse_timeframe
cosmetic: rename interval, tick_interval, etc --> ticker_interval
2019-04-08 20:26:36 +02:00
hroff-1902 ebf1126351 cosmetic: rename interval, tick_interval, etc --> ticker_interval 2019-04-07 16:28:53 +03:00
Misagh 2b49a11b2a returning InvalidOrder exception for get_order 2019-04-05 19:46:43 +02:00
Misagh 40df0dcf3d tests fixed 2019-04-02 18:45:18 +02:00
Matthias 9b22d5cab1 Fix typo, add test for validate_order_tif 2019-03-27 20:51:55 +01:00
iuvbio 8386496456 remove tests that are no longer applicable 2019-03-17 16:04:09 +01:00
iuvbio 7ffe65770e fix test 2019-03-12 17:54:16 +01:00
iuvbio 0ffefe44a7 reorder vars 2019-03-12 16:31:22 +01:00
iuvbio 1a92bf9e8e add test 2019-03-12 16:31:22 +01:00
iuvbio 8741017819 remove get_markets 2019-03-12 16:31:22 +01:00
iuvbio e234158cc9 update tests 2019-03-12 16:31:22 +01:00
Matthias 4705b7da0e Add time_in_force test for sell 2019-03-11 20:30:16 +01:00
Matthias c0f276a892 Move kraken specific tests to their own file 2019-03-11 20:22:51 +01:00
Matthias e666c6850e Fix tests so Market orders should not send timeInForce 2019-03-11 20:20:51 +01:00
Matthias 4cd70138b6 Add test to make sure this ain't reintroduced 2019-03-08 21:26:21 +01:00
iuvbio 786244c0d3 Merge branch 'develop' into feature/volume-precision-pairlist 2019-03-02 18:55:40 +01:00
iuvbio e1ae0d7e90 remove markets changes 2019-03-02 18:53:42 +01:00
Matthias 79aac473b3 Remove market_url from tests 2019-02-26 19:27:28 +01:00
Matthias 31be4d2454 Add parametrized tests 2019-02-24 20:08:27 +01:00
Matthias e0b634ba3b Parametrize exchanges and test multiple exchanges 2019-02-24 19:59:45 +01:00
Matthias a05155cb75 Adapt failing test 2019-02-24 19:41:47 +01:00
iuvbio 71774bce6f Merge branch 'develop' of https://github.com/freqtrade/freqtrade into order_creation 2019-02-22 19:02:31 +01:00
iuvbio b79d967371 add tests, further consolidate orders 2019-02-22 01:48:35 +01:00
Matthias be754244a3 Only resolve exchanges from correct location 2019-02-21 07:07:45 +01:00
Matthias e0f426d863 Allow import freqtrade.exchange.* 2019-02-21 06:59:52 +01:00
Matthias 4315c157c7 Move exception handling to resolver, add test 2019-02-20 20:13:23 +01:00
iuvbio bb31e64752 add test_sell_kraken_trading_agreement 2019-02-19 21:56:20 +01:00
iuvbio 481cf02db9 add test and fix exchange_resolver 2019-02-19 19:15:22 +01:00
Matthias a06593e6e9 Fix test 2019-01-22 19:17:21 +01:00
Matthias c77607b997 Fix tests after rebase 2019-01-22 07:38:15 +01:00
Matthias a9abc25785 Improve data-provider tests 2019-01-22 07:07:15 +01:00
Matthias 5f61da30ed Adjust tests to 3tuple return value from async method 2019-01-22 07:06:30 +01:00
Matthias e503d811bd Change logmessages to match functions called 2019-01-22 07:05:09 +01:00
Matthias a206777fe5 Rename refresh_tickers to refresh_latest_ohlcv 2019-01-22 07:05:09 +01:00
Matthias 4e760e1a5e Test for errors found in 1491
fixes #1491
2019-01-19 20:03:04 +01:00
misagh 7243da3afe tests added for klines copy=True 2018-12-22 19:03:42 +01:00
misagh a13b30b2de removing test 2018-12-21 10:21:31 +01:00
misagh 215ded2e0a returning last candle close price for a pair 2018-12-17 21:30:58 +01:00
Misagh 1dbcab0b09
Merge pull request #1413 from freqtrade/feat/data_helpers
Feat/data helpers
2018-12-17 09:14:10 +01:00