python-flexmock 0.12.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Uses the pytest plugin system, instead of wrapping the test runner.
      (Closes: #1067358)
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Sun, 24 Mar 2024 16:07:39 -0400

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.0-1.dsc 1.8 KiB 80ccb163aa959e0caf9056275342b9f149f2de9dbacb27bda3b706d00bdf2d37
python-flexmock_0.12.0.orig.tar.gz 51.5 KiB 61d06f3d1442b815b7aa85a1f47be838d056f5f5d14cefed7aebfb03473d14ab
python-flexmock_0.12.0-1.debian.tar.xz 4.3 KiB 07c97dd197a084d98b274e27eaee48cfb49072c7c0d601ac43e408afc5ef618a

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.