diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-04 02:01:46 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-04 02:01:46 +0200 |
commit | f60ae420b8505100b9079a6c695074ef12c5e7c7 (patch) | |
tree | e9624d2aea7306936b725710813440bbfb9675be | |
parent | be0b9bfcb63d3b6dedd1455eb04273d0ce2508db (diff) | |
download | factory-boy-f60ae420b8505100b9079a6c695074ef12c5e7c7.tar factory-boy-f60ae420b8505100b9079a6c695074ef12c5e7c7.tar.gz |
Add link to travis-ci build status image.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ factory_boy =========== +.. image:: https://secure.travis-ci.org/rbarrois/factory_boy.png?branch=master + :target: http://travis-ci.org/rbarrois/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; the documentation at http://readthedocs.org/docs/factoryboy/. |