python-kgb 7.1.1-2 source package in Ubuntu

Changelog

python-kgb (7.1.1-2) unstable; urgency=medium

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Tue, 27 Sep 2022 07:24:56 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-kgb_7.1.1-2.dsc 2.0 KiB 4baf4cd3d369c4eaa7ac0431bb39a85740efb4ef9e9b0ad7b0a82338edbfab13
python-kgb_7.1.1.orig.tar.gz 60.1 KiB 74912c8761651f2063151c6c2a36ebe023393de491ec86744771a2888ab9845b
python-kgb_7.1.1-2.debian.tar.xz 2.3 KiB 8a25b0b3e4eec2365613b96d0de0eac23628b09e2766e82a1a0f4711aceda119

No changes file available.

Binary packages built by this source

python3-kgb: Utilities for spying on function calls in Python unit tests

 Spies intercept and record calls to functions. They can report on how many
 times a function was called and with what arguments. They can allow the
 function call to go through as normal, to block it, or to reroute it to
 another function.
 .
 Spies are like mocks, but better. You're not mocking the world. You're
 replacing very specific function logic, or listening to functions without
 altering them.