mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
add factory_boy to Testing section
This commit is contained in:
parent
4c527900b3
commit
16d21af9ea
1 changed files with 3 additions and 3 deletions
|
@ -849,9 +849,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* Fake Data
|
||||
* [faker](http://www.joke2k.net/faker/) - A Python package that generates fake data.
|
||||
* [fake2db](https://github.com/emirozer/fake2db) - Fake database generator.
|
||||
* [mixer](https://mixer.readthedocs.org) - Generating fake data and creating random fixtures for testing in Django ORM, SQLAlchemy, Peewee, MongoEngine, Pony ORM and etc.
|
||||
* [model_mommy](https://model-mommy.readthedocs.org/) - Creating random fixtures for testing in Django.
|
||||
* [ForgeryPy](https://pypi.python.org/pypi/ForgeryPy) - An easy to use forged data generator for Python. It's a port of [forgery](http://rubygems.org/gems/forgery).
|
||||
* [factory_boy](https://github.com/rbarrois/factory_boy) - A test fixtures replacement for Python.
|
||||
* [mixer](https://mixer.readthedocs.org) - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
|
||||
* [model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django.
|
||||
* [radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time.
|
||||
* Error Handler
|
||||
* [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
|
||||
|
|
Loading…
Reference in a new issue