Commit Graph

230 Commits (develop)

Author SHA1 Message Date
Matthias a9732c6195 Fix odd formatting by ruff format
2 years ago
Matthias e4796fd85b ruff format: update testcommands
2 years ago
Matthias 7767ad9d6e Update imports in test directory
2 years ago
Christian Clauss 99b4767bf4 Fix typos discovered by codespell
2 years ago
Matthias 82a9bdca5e
Merge pull request #9986 from freqtrade/feat/show_config
2 years ago
Matthias b1fe5b6d8a Add "sensitive information" warning output
2 years ago
Matthias 6dc4fa9dbf Add test for show-sensitive
2 years ago
Matthias 6b7935f1ae Add initial test ...
2 years ago
Matthias 8e5097d9a9 Update setup-tools-config for non-dry mode
2 years ago
Matthias 21dcb4a6a1 update setup_utils_configuration to not force-set dry-run mode
2 years ago
Matthias ebd516cadb Use combined exception handler at startup
2 years ago
Matthias 99da6f70c2 Fix failing test due to new approach for convert-trades
2 years ago
Matthias bdd63aa1d6 FIx futures trades pair download directory
2 years ago
Matthias 5890665931 Add BTC/USDT to test markets
2 years ago
Matthias 8d72ee358c Improve code styles ...
2 years ago
Matthias 6aa4de4d29 Tests for enhanced list-data functionality
2 years ago
Matthias 5e3da30ab9 Fix remaining bittrex instances
2 years ago
Matthias 651d2c06b9 Update tests to use new file
2 years ago
Matthias 751db2be78 fix: test typo mishap
2 years ago
Matthias 6ea353447e use tmp_path instead of tmpdir
2 years ago
Matthias 5a3839320d Remove further usages of Path(tmpdir)
2 years ago
Stefano a0e115ebd9 fix another test
3 years ago
Matthias 2babb36fc2 Update final tests
3 years ago
Matthias 1d77497f64 Fix test
3 years ago
Matthias 44a38e8362 Update download data tests
3 years ago
Matthias 6f0f954686 Adjust mocks for new import location
3 years ago
Matthias 261822147c Fix remaining arrow testcases
3 years ago
Matthias f584edf809 Improve tests by simply running a full strategy through everything
3 years ago
Matthias 0911cd72a2 Add test for strategy-updater start method
3 years ago
Matthias 2ca8b0b12e Update more exchange mocks to use EXMS
3 years ago
Matthias bcdf4e0fe8 Use variable for exchange mocks to shorten lines
3 years ago
Matthias 6e22607387 Add 5m futures testdata to support detail-backtest tests
3 years ago
Matthias 4ea8962ca2 Rename futures test data
3 years ago
Matthias 5257e8b3ed Fix random test failures on 3.8
3 years ago
Matthias 882e68c68b Rename backtest-result from new to "not new".
3 years ago
Matthias 79c041b62d Update tests for new export format
3 years ago
Matthias 30b467906c Delist FTX, following ccxt's delisting.
3 years ago
Matthias 93ad3810fd Add test for list-freqaimodels
4 years ago
Matthias b7553d20d4 Get min/max data in list-data command
4 years ago
Matthias b8c1cf0107 Fix test leakage if config is available
4 years ago
Matthias a3d9384bc0 Remove clean-dry-run code
4 years ago
Matthias 64668b11da add ohlcv_has_history - disabling kraken downloads
4 years ago
Matthias 044afdf7af Add better test scenario
4 years ago
Matthias 269630e755 Add preliminary documentation for database conversion
4 years ago
Matthias c19be34e71 Add rudimentary test for db migration
4 years ago
Matthias 9bb0f1f675 Move legacy strategy to "broken strats" folder
4 years ago
Matthias 30f314d580 windows compatibility of test
4 years ago
Matthias aa5345190e Test recursive strategy-listing
4 years ago
Matthias 4254d86658 Move test-backtestfiles to separate directory
4 years ago
Matthias cbbbe8a5ba Fix test using existing config file, therefore becomming fluky
4 years ago
Matthias c37f03a638 Update static-markets to include futures pair
4 years ago
Sam Germain 179947fa72
New config (#6333)
4 years ago
Matthias de17993705 Fix random test failure when local config is found
4 years ago
Matthias fdea4fcb1b Remove some todo's
4 years ago
Matthias 88ccfedd32 Improve wording of "no history found" error
4 years ago
Matthias 9b9d61c6d6 Remove SPOT_ candletype
4 years ago
Matthias 5a3b907132 Update converter tests
4 years ago
Matthias b578e31255 Align tests to have futures data in futures/ directory
4 years ago
Matthias 504efbd6d4 Add futures argument to download-data command
4 years ago
Sam Germain 920151934a Added candle_type to a lot of methods, wrote some tests
4 years ago
Sam Germain 64a6abc541 Added candle type to ohlcv_get_available_data
4 years ago
Matthias 11b77cf94c Update test to new list-pairs format
5 years ago
Matthias ebc38159b8 Merge branch 'develop' into feat/short
5 years ago
Matthias c15f73aa1f Rename command to backtesting-show
5 years ago
Matthias 20904f1ca4 Add tests for new command
5 years ago
Sam Germain 3fffc315ac Merge branch 'develop' into feat/short
5 years ago
Matthias d4d57f0002 Document expansion of `--pairs`, add download-inactive
5 years ago
Sam Germain bcbe8f229c Merge branch 'feat/short' into lev-freqtradebot
5 years ago
Sam Germain bd488cc086 Merge branch 'develop' into feat/short
5 years ago
Matthias ce9debe9fd Add version argument to freqUI installer
5 years ago
Sam Germain b3656ddfc9 Merge branch 'feat/short' into lev-freqtradebot
5 years ago
Sam Germain e8b4cf6eaa Merge branch 'develop' into feat/short
5 years ago
Matthias 248c61bb26 Add test for trades-to-ohlcv
5 years ago
Rokas Kupstys e025576d8c Introduce markets_static fixture serving an immutable list of markets. Adapt pairlist/markets tests to use this new fixture.
5 years ago
Sam Germain 1a132758d0 merged with feat/short
5 years ago
Matthias c791b95405 Use new TestStrategy (V3) by default in tests
5 years ago
Sam Germain 043bfcd5ad Fixed a lot of failing tests"
5 years ago
Matthias 315ea1e116
Merge pull request #5566 from freqtrade/remove_hyperopt
5 years ago
Matthias a12c3ecc9b Remove credentials whenever dry-run is set from within the exchange
5 years ago
Matthias fd6bf591f8 Update some tests to remove explicit hyperopt interface
5 years ago
Matthias ebb0b8aa3f Remove new-hyperopt command
5 years ago
Matthias 6d96b11279 Rename DefaultStrategy
5 years ago
Matthias df1c0540ab Rename Hyperopt Test Class
5 years ago
Matthias 0d8e105a33 Rename legacystrategy file
5 years ago
Matthias 58ecb34a66 Allow DefaultHyperopts as hyperopt name
5 years ago
Matthias fbf8eb4526 Rename test-legacy strategy
5 years ago
Matthias 1f3ccc2587 DefaultStrategy does not need to be limited
5 years ago
Matthias 039d6384ed Stream hyperopt-result in small batches
5 years ago
Matthias faf16a64e5 Remove legacy hyperopt file support
5 years ago
Matthias adef5d89f3 Fix failing test after webserver merge
5 years ago
Matthias 7b7d9c02d7
Merge pull request #5243 from freqtrade/feat/webservermode_progress
5 years ago
Sam Germain 362436f7d2 Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
5 years ago
Matthias 5474d5ee64 Move webserver start command to seperate file
5 years ago
Matthias 8566306010 Add test for start_websever
5 years ago
Matthias e034f11dcc Improve test for hyperopt_show
5 years ago
Matthias 9c34304cb9 Move state enums to enums package
5 years ago
Janos 80af6e43e4 test-pairlist: remove non-JSON headline from JSON output
5 years ago
Matthias f920c26802 fix Hyperopt-list avg-time filters
5 years ago
Matthias 08f96df3ac Don't write to testdir, but to tempdir
5 years ago
Matthias da574e4e69 Small style fixes
5 years ago