Add Factories section with TODO

This commit is contained in:
martin056 2021-11-24 13:47:32 +02:00 committed by Radoslav Georgiev
parent e431bdc444
commit 403a95efc0
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -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: