httmock 1.4.0-4 source package in Ubuntu

Changelog

httmock (1.4.0-4) unstable; urgency=medium

  * Team upload.
  * d/control: add b-d on pytest to force tests to run via something other
    than the deprecated "python3 setup.py test" command.
  * d/control: build against all available python versions.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Fri, 02 Dec 2022 18:27:54 -0500

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
httmock_1.4.0-4.dsc 1.4 KiB a2be519cab2e7f5e5374a9ac6112881fc220277a36f1f86997377972056cd609
httmock_1.4.0.orig.tar.gz 6.2 KiB 2ac6b98e058feddd9caabb096fdfd01489bbcdce56cc234348e949c92fafcda8
httmock_1.4.0-4.debian.tar.xz 2.4 KiB 6a5bc67368543d0e3880f4df5239d4db2594c2aa203df57f004fb1a8b679eb75

Available diffs

No changes file available.

Binary packages built by this source

python3-httmock: Mocking library for python3-requests

 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.