From f2fc1959d0a6240f03d47c7d3c41aee7ebc3f791 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Wed, 3 Apr 2019 21:21:39 -0400 Subject: [PATCH] add factory-boy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6b7962..e5626f2 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) - Image thumbnails for Django - [django-vanilla-views](https://github.com/tomchristie/django-vanilla-views) - Simpler class-based views in Django - [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin +- [factory-boy](https://github.com/FactoryBoy/factory_boy) - Test fixtures replacement - [pytest-django](https://github.com/pytest-dev/pytest-django) - Use pytest features in Django - [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS) - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites