mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-05 07:21:14 +00:00
Add simple test for recursive loading
This commit is contained in:
6
tests/testdata/testconfigs/recursive.json
vendored
Normal file
6
tests/testdata/testconfigs/recursive.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
// This file fails as it's loading itself over and over
|
||||
"files": [
|
||||
"./recursive.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user