From 16dfe98ad76d273aacbd45933bf828a38f682676 Mon Sep 17 00:00:00 2001 From: Sergey Konyukhovskiy Date: Sun, 17 May 2015 18:12:43 +0300 Subject: [PATCH] add factory_boy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f52f337f2c..0d32b15796 100644 --- a/README.md +++ b/README.md @@ -852,6 +852,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [radar](https://pypi.python.org/pypi/radar) - Generate random datetime / time. * Error Handler * [FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not. + * [factory_boy](https://github.com/rbarrois/factory_boy) - factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. ## Code Analysis and Linter