From 4d33c0e4a4590610f9389c25147f6c4601416e5c Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Fri, 4 Dec 2020 18:09:38 +0400 Subject: [PATCH] Readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951f2128a..c844d5b99 100644 --- a/README.md +++ b/README.md @@ -1174,7 +1174,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests. * 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. Supported Django, Flask, SQLAlchemy, Peewee and etc. + * [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. * Code Coverage * [coverage](https://pypi.org/project/coverage/) - Code coverage measurement.