We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente0ed13b commit4d33c0eCopy full SHA for 4d33c0e
README.md
@@ -1174,7 +1174,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1174
*[VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
1175
* Object Factories
1176
*[factory_boy](https://github.com/FactoryBoy/factory_boy) - A test fixtures replacement for Python.
1177
-*[mixer](https://github.com/klen/mixer) - Another fixtures replacement.Supported Django, Flask, SQLAlchemy, Peewee and etc.
+*[mixer](https://github.com/klen/mixer) - Another fixtures replacement.Supports Django, Flask, SQLAlchemy, Peewee and etc.
1178
*[model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django.
1179
* Code Coverage
1180
*[coverage](https://pypi.org/project/coverage/) - Code coverage measurement.