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

Modify tests to pass in Windows #1518

Closed mheguy-flo closed 3 months ago

mheguy-flo commented 3 months ago

Checklist

Related issues

Closes #1517

lk-geimfari commented 3 months ago

@mheguy-flo Please fix the style issues so I can merge this PR. You can fix them using scripts/format.sh.

mheguy-flo commented 3 months ago

Weird. I'll have to look into why it didn't format on save. Thanks for the heads up. :)

codecov[bot] commented 3 months ago

Codecov Report

Merging #1518 (162791d) into master (c87af6d) will increase coverage by 0.04%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1518 +/- ## ========================================== + Coverage 57.08% 57.13% +0.04% ========================================== Files 60 60 Lines 2123 2123 ========================================== + Hits 1212 1213 +1 + Misses 911 910 -1 ```