mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Update setup-tools-config for non-dry mode
This commit is contained in:
@@ -39,6 +39,10 @@ def test_setup_utils_configuration():
|
|||||||
assert "exchange" in config
|
assert "exchange" in config
|
||||||
assert config['dry_run'] is True
|
assert config['dry_run'] is True
|
||||||
|
|
||||||
|
args = [
|
||||||
|
'list-exchanges', '--config', 'tests/testdata/testconfigs/testconfig.json',
|
||||||
|
]
|
||||||
|
|
||||||
config = setup_utils_configuration(get_args(args), RunMode.OTHER, set_dry=False)
|
config = setup_utils_configuration(get_args(args), RunMode.OTHER, set_dry=False)
|
||||||
assert "exchange" in config
|
assert "exchange" in config
|
||||||
assert config['dry_run'] is False
|
assert config['dry_run'] is False
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"stake_currency": "",
|
"stake_currency": "",
|
||||||
"dry_run": true,
|
"dry_run": false,
|
||||||
"exchange": {
|
"exchange": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"key": "",
|
"key": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user