lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.34k stars 326 forks source link

Tests that write to files fail in windows #1517

Closed mheguy-flo closed 3 months ago

mheguy-flo commented 3 months ago

Tests that write to files (to csv, to json, and to pickle) fail in windows due to access rights issue.

Will create PR with fix.