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: