python-minimock 1.2.8-2 source package in Ubuntu

Changelog

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

  * Changeless source-only upload.

 -- Andrej Shadura <email address hidden>  Sun, 15 Sep 2019 10:54:26 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-minimock_1.2.8-2.dsc 1.8 KiB 1d3aedaf3aba17e120dbdfa2ac890f5c7d478d8aedbb297b3b237d510bc4068c
python-minimock_1.2.8.orig.tar.gz 12.9 KiB 5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c
python-minimock_1.2.8-2.debian.tar.xz 3.7 KiB 2471582e2826285f6eaddf5e0afce26fc45cd1bee9f9f1279a0c6e2ac367e4fe

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.