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

Suppor Fieldset fixture for pytest plugin. #1487

Open lk-geimfari opened 5 months ago

lk-geimfari commented 5 months ago

The pytest plugin now only works with Field. It would be nice to have support for Fieldset.

See mimesis/plugins/pytest.py for more information.