Open rgreinho opened 1 year ago
When caching the downloads, we must also add the ability to disable the cache. The use case for that is that the cache may not always be necessary, for instance when using this tool in a Docker container.
Another idea would be to detect the standard cache directory per platform and use it:
It looks like PlatformDirs would come to the rescue 😃
Feature request
Current Behavior
The files are downloaded every time we delete the prepared files or when we run the tests.
Expected Behavior
We should cache the downloads instead of re-downloading the files for nothing.
Possible Solution
.bna_cache
folder which would contain the files successfully downloaded.