python-flexmock 0.12.1-1 source package in Ubuntu

Changelog

python-flexmock (0.12.1-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Thu, 06 Jun 2024 11:50:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flexmock_0.12.1-1.dsc 1.8 KiB 83d3d642208d02dc25c30556ddebb331da1ebeb29f29e28eef6e17947deaa893
python-flexmock_0.12.1.orig.tar.gz 51.5 KiB 20b690afa4ff8c6f31548d896d6d41cca1fc9050a4cf628b965ea434ec548ee3
python-flexmock_0.12.1-1.debian.tar.xz 4.3 KiB 3ae00d5b01184c14fb69a3900c2fedff0086005a27c71d549f4ae62324664c9a

Available diffs

No changes file available.

Binary packages built by this source

python3-flexmock: Mock/Stub/Spy library for Python 3

 flexmock is a testing library for Python that makes it easy to create mocks,
 stubs and fakes.
 .
 The API is inspired by a Ruby library of the same name, but Python flexmock is
 not a clone of the Ruby version. It omits a number of redundancies in the Ruby
 flexmock API, alters some defaults, and introduces a number of Python-only
 features.
 .
 flexmock's design focuses on simplicity and intuitiveness. This means that the
 API is as lean as possible, though a few convenient short-hand methods are
 provided to aid brevity and readability.
 .
 flexmock declarations are structured to read more like English sentences than
 API calls, and it is possible to chain them together in any order to achieve
 high degree of expressiveness in a single line of code.
 .
 This package contains the Python 3 version of flexmock.