Add reference to factories blog posts

This commit is contained in:
Martin Angelov 2022-10-30 11:22:35 +02:00 committed by Radoslav Georgiev
parent 403a95efc0
commit 75ed5a4010
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -2406,7 +2406,7 @@ We try to match the structure of our modules with the structure of their respect
### Factories ### 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 ## Celery