From 403a95efc0b7a164bff8749609a4d2808fa7f409 Mon Sep 17 00:00:00 2001 From: martin056 Date: Wed, 24 Nov 2021 13:47:32 +0200 Subject: [PATCH] Add Factories section with TODO --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 63a3d03..94d63a8 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ - [More ideas](#more-ideas) - [Testing](#testing-2) - [Naming conventions](#naming-conventions) + - [Factories](#factories) - [Celery](#celery) - [The basics](#the-basics) - [Error handling](#error-handling) @@ -2403,6 +2404,10 @@ If we are to split the `utils.py` module into submodules, the same will happen f We try to match the structure of our modules with the structure of their respective tests. +### Factories + +TODO: Add reference to blog posts and the Styleguide Example + ## Celery We use [Celery](http://www.celeryproject.org/) for the following general cases: