add polifactory to Testing:Object factory

This commit is contained in:
Hector Canto 2024-08-31 15:24:03 +02:00
parent 2252650cfd
commit adc907ed07

View File

@ -1035,6 +1035,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [factory_boy](https://github.com/FactoryBoy/factory_boy) - A test fixtures replacement for Python.
* [mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc.
* [model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django.
* [polyfactory](https://github.com/litestar-org/polyfactory) - mock data generation library with support to classes (continuation of `pydantic-factories`)
* Code Coverage
* [coverage](https://pypi.org/project/coverage/) - Code coverage measurement.
* Fake Data