factory-boy 2.11.1-7ubuntu1 source package in Ubuntu

Changelog

factory-boy (2.11.1-7ubuntu1) noble; urgency=medium

  * d/control/test: Comment out unit-test-p3 which runs no tests (LP: #2051977)

 -- Pushkar Kulkarni <email address hidden>  Fri, 02 Feb 2024 00:32:02 +0530

Upload details

Uploaded by:
Pushkar Kulkarni
Sponsored by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
factory-boy_2.11.1.orig.tar.gz 134.0 KiB 7d1038051d3bf468a4ec05a7e9e584985ad827e8af2badeefc93121f0e1a5633
factory-boy_2.11.1-7ubuntu1.debian.tar.xz 14.6 KiB fea3f610b2409dbd8888bee377393897bfe724fb0e493e62f551af4f0942bea8
factory-boy_2.11.1-7ubuntu1.dsc 2.4 KiB dd82faf7bf4fdda1b9034fe40cb698a5ca9762d83ba32d300d3b587a55f230eb

View changes file

Binary packages built by this source

python-factory-boy-doc: test fixtures replacement based on factory_girl for Ruby - doc

 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.
 .
 This package provides the documentation.

python3-factory-boy: test fixtures replacement based on factory_girl for Ruby - Python 3.x

 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.
 .
 This package provides the Python 3.x module.