--datadir is now handled in arguments.common_options()

This commit is contained in:
hroff-1902 2019-06-19 02:49:12 +03:00
parent c6fed4e493
commit 860e056366
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ def test_download_data_options() -> None:
'--exchange', 'binance'
]
arguments = Arguments(args, '')
arguments.common_options()
arguments.download_data_options()
args = arguments.parse_args()
assert args.pairs_file == 'file_with_pairs'