algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
235 stars 51 forks source link

Misc: use a temporary directory when running tests #243

Open raphj opened 3 years ago

raphj commented 3 years ago

Feature description and goals

The paths to directories used during tests (for cache, for example) are hard-coded. We may want to use mktemp to avoid these hardcoded paths.