remove model_mommy: archived, renamed to model_bakery

Project archived in 2019. Renamed to avoid gender stereotypes.
Use model_bakery instead. See github.com/model-bakers/model_bakery

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-01-08 17:00:22 +08:00
parent cb08c2e401
commit 6791185357
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -1066,7 +1066,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Object Factories
* [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.