diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-21 12:31:25 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2011-12-21 12:31:25 +0100 |
commit | adf158a674c46bf6c30cf73f3983db3badc60772 (patch) | |
tree | 3eb99f0f82647144836b78cb81524d0003c52f96 /README.rst | |
parent | 21c80c79b4706d8acaed46ac8c8422a14c1eb36e (diff) | |
download | factory-boy-adf158a674c46bf6c30cf73f3983db3badc60772.tar factory-boy-adf158a674c46bf6c30cf73f3983db3badc60772.tar.gz |
Update author/maintainer information.v1.0.4
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,19 +3,21 @@ factory_boy factory_boy is a fixtures replacement based on thoughtbot's `factory_girl <http://github.com/thoughtbot/factory_girl>`_ . Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. Django support is included, and support for other ORMs can be easily added. +The official repository is at http://github.com/rbarrois/factory_boy. + Credits ------- This README parallels the factory_girl README as much as possible; text and examples are reproduced for comparison purposes. Ruby users of factory_girl should feel right at home with factory_boy in Python. -factory_boy was written by Mark Sandstrom, and improved by Raphaël Barrois. +factory_boy was originally written by Mark Sandstrom, and improved by Raphaël Barrois. Thank you Joe Ferris and thoughtbot for creating factory_girl. Download -------- -Github: http://github.com/rbarrois/factory_boy/tree/master +Github: http://github.com/rbarrois/factory_boy/ easy_install:: |