From 75ed5a4010f256442adb7edb90c78f081806f60c Mon Sep 17 00:00:00 2001 From: Martin Angelov Date: Sun, 30 Oct 2022 11:22:35 +0200 Subject: [PATCH] Add reference to factories blog posts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d63a8..580e644 100644 --- a/README.md +++ b/README.md @@ -2406,7 +2406,7 @@ We try to match the structure of our modules with the structure of their respect ### Factories -TODO: Add reference to blog posts and the Styleguide Example +Factories are a great tool for generating data for your tests. If you're new to this concept, you can refer to this [blog post](https://www.hacksoft.io/blog/improve-your-tests-django-fakes-and-factories). We have [one more](https://www.hacksoft.io/blog/improve-your-tests-django-fakes-and-factories-advanced-usage) for more advanced usage and patters. ## Celery