mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
add polifactory to Testing:Object factory
This commit is contained in:
parent
2252650cfd
commit
adc907ed07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user