cacheDir in StorageConfig is bound to `$HOME` see https://github.com/WolfgangFahl/pyLoDStorage/blob/9ca85c88a1269a3ae5102c75601efcfea1e4a199/lodstorage/storageconfig.py#L32 For testing purposes it would be great if another location for the cacheDir could be defined e.g. the temp folder Possible [use case](https://github.com/somnathrakshit/geograpy3/blob/feefc4d8fbf83565334f622e3b9452ec3d98598a/tests/test_locator.py#L37)
cacheDir in StorageConfig is bound to
$HOMEseepyLoDStorage/lodstorage/storageconfig.py
Line 32 in 9ca85c8
For testing purposes it would be great if another location for the cacheDir could be defined e.g. the temp folder
Possible use case