Merge pull request #2608 from hectorcanto/add_polyfactory

Add polifactory to Testing:Object factory
This commit is contained in:
Vinta Chen
2026-01-08 15:59:14 +08:00
committed by GitHub

View File

@@ -1066,6 +1066,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