--datadir is now handled in arguments.common_options()
This commit is contained in:
parent
c6fed4e493
commit
860e056366
@ -178,6 +178,7 @@ def test_download_data_options() -> None:
|
|||||||
'--exchange', 'binance'
|
'--exchange', 'binance'
|
||||||
]
|
]
|
||||||
arguments = Arguments(args, '')
|
arguments = Arguments(args, '')
|
||||||
|
arguments.common_options()
|
||||||
arguments.download_data_options()
|
arguments.download_data_options()
|
||||||
args = arguments.parse_args()
|
args = arguments.parse_args()
|
||||||
assert args.pairs_file == 'file_with_pairs'
|
assert args.pairs_file == 'file_with_pairs'
|
||||||
|
Loading…
Reference in New Issue
Block a user