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

Add factory_boy plugin support #1497

Closed lk-geimfari closed 4 months ago

lk-geimfari commented 4 months ago

The work is still in progress, but the remaining changes will only affect the documentation.

codecov[bot] commented 4 months ago

Codecov Report

Merging #1497 (23b1196) into master (fd8250e) will increase coverage by 0.81%. The diff coverage is 70.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1497 +/- ## ========================================== + Coverage 56.25% 57.06% +0.81% ========================================== Files 59 60 +1 Lines 2078 2122 +44 ========================================== + Hits 1169 1211 +42 - Misses 909 911 +2 ```