python-minimock 1.2.8-4 source package in Ubuntu

Changelog

python-minimock (1.2.8-4) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * QA Upload.
    Orphan package - see bug 677174.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 21:59:16 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-minimock_1.2.8-4.dsc 1.9 KiB c38e404ff7c40182555bdd5ee8a2b68ca6873960db29fc516bbe28e2c3c87cbd
python-minimock_1.2.8.orig.tar.gz 12.9 KiB 5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c
python-minimock_1.2.8-4.debian.tar.xz 4.0 KiB fed889ca2e22aa62f6d340778d0baad12a16fa11a1f85ca10f6a635de8767cb7

Available diffs

No changes file available.

Binary packages built by this source

python3-minimock: simple library for Python mock objects

 minimock is a simple Python library for using mock objects.
 .
 Its mock objects will report any access made to the mock object's
 interfaces. The programmer can easily make assertions about how mock
 objects are used in the test cases, by using the standard-library
 ‘doctest’ module to match the reported access against expected
 behaviour.
 .
 Mock objects can return specified values, raise exceptions, etc.
 to simulate the mocked behaviour. Existing objects can optionally
 be replaced in-place in their namespace by a mock object, and
 restored safely after testing.