diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f5b24d4..ae79410 100644 --- a/debian/control +++ b/debian/control @@ -17,10 +17,11 @@ Package: python-factory-boy Architecture: any Pre-Depends: dpkg (>= 1.15.6~) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, -Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby. - factory_boy is a fixtures replacement based on thoughtbot's factory_girl . Like +Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby + factory_boy is a fixtures replacement based on thoughtbot's 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.
\ No newline at end of file + . + Django support is included, and support for other ORMs can be easily added. |