Add simple test for recursive loading

This commit is contained in:
Matthias
2022-04-08 16:04:54 +02:00
parent 1ea49ce864
commit 3427df0653
8 changed files with 94 additions and 10 deletions

View File

@@ -91,15 +91,14 @@ SUPPORTED_FIAT = [
]
MINIMAL_CONFIG = {
'stake_currency': '',
'dry_run': True,
'exchange': {
'name': '',
'key': '',
'secret': '',
'pair_whitelist': [],
'ccxt_async_config': {
'enableRateLimit': True,
"stake_currency": "",
"dry_run": True,
"exchange": {
"name": "",
"key": "",
"secret": "",
"pair_whitelist": [],
"ccxt_async_config": {
}
}
}