Matthias
|
bbce738523
|
Improve tests around timezone
|
2023-05-14 08:42:30 +02:00 |
|
Matthias
|
66a97ff45d
|
Remove some utcnow usages
|
2023-05-13 20:43:37 +02:00 |
|
Matthias
|
1aa9dd02d6
|
Merge pull request #8588 from freqtrade/catboost_1.2
Bump catboost to 1.2, disable some constraints
|
2023-05-13 19:56:56 +02:00 |
|
Matthias
|
7bba034efd
|
Merge pull request #8560 from freqtrade/feat/recoverTrades
Recover trades after selling on exchange
|
2023-05-13 16:35:08 +02:00 |
|
Matthias
|
e76356aff5
|
Bump catboost to 1.2, disable some constraints
|
2023-05-13 16:25:25 +02:00 |
|
Matthias
|
0d4010c38c
|
maint: Remove faulty config setting from default_conf
|
2023-05-13 16:16:20 +02:00 |
|
Matthias
|
d50e221e62
|
Update active ccxt.futures test init
|
2023-05-13 11:03:26 +02:00 |
|
Matthias
|
1552d81f45
|
Simplify load_exchange interface
|
2023-05-13 11:03:26 +02:00 |
|
robcaulk
|
31d15da49e
|
add disclaimers everywhere about how example strategies are meant as examples
|
2023-05-12 08:16:48 +00:00 |
|
Matthias
|
b970ddeb66
|
Fix unused import
|
2023-05-11 20:44:41 +02:00 |
|
Matthias
|
f7179f7c93
|
Fix last test with dependency on local user_data dir
|
2023-05-11 20:30:24 +02:00 |
|
Matthias
|
1c1005247e
|
Don't hardcode user_data in tests
|
2023-05-11 20:09:24 +02:00 |
|
Matthias
|
c60c4b9abb
|
Update user_dir fixture to return user_data path
|
2023-05-11 07:10:34 +02:00 |
|
Matthias
|
7e023419de
|
Auto-mock user_dir to tmpdir
This will avoid depending on the user directory being present for tests
|
2023-05-11 07:05:43 +02:00 |
|
Matthias
|
d9cc45851e
|
Properly enable pytorch tests
|
2023-05-09 19:42:15 +02:00 |
|
Matthias
|
10604bf49c
|
Run Torch tests on 3.11
|
2023-05-08 06:46:30 +02:00 |
|
Robert Caulk
|
950eaf230e
|
Merge pull request #8580 from freqtrade/feat/add-transformer
Add transformer to FreqAI
|
2023-05-07 11:32:38 +02:00 |
|
Matthias
|
efb5cd6545
|
Merge pull request #7861 from froggleston/reject_report
Add support for collating and analysing rejected signals in backtest
|
2023-05-06 14:28:24 +02:00 |
|
Matthias
|
24804f066c
|
Update test comment, uncomment last test section
|
2023-05-03 20:24:59 +02:00 |
|
Matthias
|
0adac268ee
|
Add test for #8591
|
2023-05-03 07:01:57 +02:00 |
|
Matthias
|
13974d2508
|
Reduce error severity when maintenance-ratio fails
|
2023-05-02 21:44:19 +02:00 |
|
robcaulk
|
af139ffbab
|
add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0
|
2023-05-01 13:18:03 +00:00 |
|
Matthias
|
8dd8c24595
|
Merge branch 'develop' into pr/froggleston/7861
|
2023-04-28 14:59:03 +02:00 |
|
Matthias
|
2a9e50a6a9
|
Add test testing create-table statement creation for different sql dialects
closes #8561
|
2023-04-27 19:43:33 +02:00 |
|
Matthias
|
daf564b62f
|
Invert logic for webhook
closes #8562
|
2023-04-27 18:27:09 +02:00 |
|
Matthias
|
395ac5f6dc
|
Update integration test
|
2023-04-27 06:23:34 +02:00 |
|
Matthias
|
491d2cb024
|
Explicit test for handle_onexchange_order
|
2023-04-26 20:32:51 +02:00 |
|
Matthias
|
e88e259033
|
explicitly test check_exit_amount
|
2023-04-26 07:12:54 +02:00 |
|
Matthias
|
25bed7bb87
|
Update telegram help with reload_trade
|
2023-04-25 19:39:52 +02:00 |
|
Matthias
|
7287e9da1d
|
Add telegram endpoint for reload_trade
|
2023-04-25 19:34:37 +02:00 |
|
Matthias
|
0c22710ddd
|
Add API endpoint to force trade reloading
|
2023-04-25 19:30:29 +02:00 |
|
Matthias
|
95b35e452d
|
Emulate fetch_orders if it ain't supported natively
|
2023-04-25 17:13:02 +02:00 |
|
Matthias
|
531b5727f2
|
add fetch_orders exchange wrapper
|
2023-04-25 16:19:14 +02:00 |
|
Matthias
|
1b228e3705
|
Improve test resiliance by removing unneeded MagicMock
|
2023-04-25 15:52:10 +02:00 |
|
Matthias
|
1e9fa4c041
|
Improve test to cover to_ccxt better
|
2023-04-25 09:04:02 +02:00 |
|
Matthias
|
c06759223e
|
Improve telegram async tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
d25e82d095
|
Mock exchange loop
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
5608aaca26
|
Simplify mocking
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
7171fd1132
|
Test telegram startup
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c9e6137ad0
|
Fix test_telegram _init test
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
cf0b37057c
|
update telegram "cleanup" test
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
69f61ef767
|
Further telegram async tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
4177afdf8b
|
More async test updates
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
678c9ae67f
|
Fix some more async telegram tests
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
c475c81841
|
Update several tests to async behavior
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
fb56889b43
|
Update a few tests ...
|
2023-04-24 14:27:56 +02:00 |
|
Matthias
|
914d7350fa
|
Update mocks in apimanager tests
|
2023-04-24 14:27:36 +02:00 |
|
Matthias
|
68ac934929
|
Update command list to handle frozenSets
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
57eed50acb
|
Fix some test failures caused by v20 update
|
2023-04-24 14:26:50 +02:00 |
|
Matthias
|
c37b7b77e4
|
move telegram fixture to telegram file
|
2023-04-24 14:26:50 +02:00 |
|