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 `pytest` entry in `pyproject.toml` #1478

Closed sobolevn closed 5 months ago

sobolevn commented 5 months ago

Now it will be detected :)

As the next step, I propose to move tests from pytest-mimesis.

codecov[bot] commented 5 months ago

Codecov Report

Merging #1478 (de8fe52) into master (fe8a928) will decrease coverage by 42.35%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1478 +/- ## =========================================== - Coverage 98.07% 55.72% -42.35% =========================================== Files 59 59 Lines 2078 2078 =========================================== - Hits 2038 1158 -880 - Misses 40 920 +880 ```