Commit Graph

206 Commits (stable)

Author SHA1 Message Date
Matthias b71f91a156 test: attempted reduction of test flukes by resetting recwarn
2 months ago
Matthias 51d61bc6a8 chore: don't use microsecond precision for
2 months ago
Matthias 881edddb6e test: explicitly convert warnings to string
3 months ago
Matthias 65a713a569 fix: don't break list-strategies if one strategy has invalid parameters
4 months ago
Matthias 9a9b4e15f3 test: pandas warning tests to show warnings
5 months ago
Matthias 4a225cab23 test: update test for new "conflicting" behavior
7 months ago
Matthias 649aff8076 feat: add builtin spaces enter and exit
7 months ago
Matthias 1328df772b feat: ensure spaces are valid identifiers
7 months ago
Matthias 007ab1b796 test: some cleanup
7 months ago
Matthias c091426c44 feat: improve Auto-space detection logic
7 months ago
Matthias ab28e43050 test: update tests to new behavior
7 months ago
Matthias 4cabbe4d52 test: remove detect_parameters from tests
7 months ago
Matthias 6f48b82297 test: slight update to test ...
7 months ago
Matthias c18a52fd2d test: update tests for new error formatting
8 months ago
Matthias 9f436dcd1e chore: fix RUF043 violations
9 months ago
Matthias c72f5b79fe refactor: extract hyperopt-params test to separate file
10 months ago
Matthias 640cab2ca8 refactor: tests - update timezone.utc to UTC
11 months ago
Matthias dfc1193c52
Merge pull request #11656 from mrpabloyeah/add-custom-roi-strategy-callback
1 year ago
Matthias ee25635c79 test: update tests for new StrategyValidator
1 year ago
Matthias c3ea793abb Merge branch 'develop' into add-custom-roi-strategy-callback
1 year ago
Matthias c901f6d1dd test: add test for custom_roi behavior
1 year ago
viotemp1 3fcf6559ab change from skopt.space.Real to optuna.distributions.FloatDistribution
1 year ago
viotemp1 2595479e43 change CategoricalParameter and IntParameter in parameters.py to use optuna.distributions CategoricalDistribution and IntDistribution instead of skopt
1 year ago
Matthias 88d77658f8 tests: extract strategy_safe_wrapper tests
2 years ago
Matthias 52304b37a2 feat: Allow strategies to not define enter_long
2 years ago
Matthias d7bee0c9e0 test: update further tests for precision_mode_price
2 years ago
Matthias 4f43e59643 Add test showing behavior of #10349
2 years ago
Matthias 93ed61a623 Improve stoploss test accuracy
2 years ago
Matthias 9291698561 A few more formatting updates
2 years ago
Matthias adeb93dc9c ruff format: update strategy tests
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 50cd36acbd Remove unused test method
2 years ago
Matthias b1015172c7 Update test for fixed pandas behavior
2 years ago
Matthias 393df83a91 Implement enter_tag initialization to avoid futures warning
2 years ago
Matthias 4aab57ce62 Add test for pandas deprecation warning
2 years ago
Matthias 5841c65430 Remove unused test param
2 years ago
Matthias bbbc8a760c Fix stop evaluation sequence to have stop before liquidation
3 years ago
Matthias 23aa8dcd51 Simplify profit calculation (removes unnecessary fallback)
3 years ago
Matthias 261822147c Fix remaining arrow testcases
3 years ago
Matthias 3ec55885bd Remove arrow from more tests
3 years ago
Matthias 9421ca2628 Remove arrow from test_persistence
3 years ago
Matthias cfae98ae00 dt_now for tests
3 years ago
Matthias 6b735bc683 Implement dt_now
3 years ago
Matthias bba6f8e133 Use length constant for tests
3 years ago
Matthias f03a99918a Ensure hyper param file can be loaded
3 years ago
Matthias 6e9ff5fdd8
Merge pull request #8202 from freqtrade/remove-populate-any-indicators
3 years ago
Matthias 34c42be74f Fix minor stylistic errors
3 years ago
robcaulk fd4e27d889 remove populate_any_indicators
3 years ago
Matthias cdd324d0a9 Rename stoploss_reached to ft_stoploss_reached
3 years ago