python-aioresponses 0.7.6-1 source package in Ubuntu

Changelog

python-aioresponses (0.7.6-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * unfuzz patches

 -- Jonas Smedegaard <email address hidden>  Sat, 25 Nov 2023 11:52:30 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioresponses_0.7.6-1.dsc 2.2 KiB 87c7cfab2eba44767b01b45d46fd26bfb89888995bed5de89d29e2741a209748
python-aioresponses_0.7.6.orig.tar.gz 24.8 KiB ecc1e0056562c676f4fe67ab04df9097813a398824af11d9c6fb56bb48318183
python-aioresponses_0.7.6-1.debian.tar.xz 4.9 KiB 79a95467d0a6c934dcbc5958bb6300ac8d15c93525de5a13312ea7c666474131

No changes file available.

Binary packages built by this source

python3-aioresponses: mock out Python aiohttp ClientSession requests

 Aioresponses is a helper
 to mock/fake web requests in python aiohttp package.
 .
 For requests module there are a lot of packages
 that help us with testing
 (eg. httpretty, responses, requests-mock).
 .
 When it comes to testing asynchronous HTTP requests
 it is a bit harder (at least at the beginning).
 The purpose of this package is to provide
 an easy way to test asynchronous HTTP requests.

python3-aioresponses-doc: mock out Python aiohttp ClientSession requests - documentation

 Aioresponses is a helper
 to mock/fake web requests in python aiohttp package.
 .
 For requests module there are a lot of packages
 that help us with testing
 (eg. httpretty, responses, requests-mock).
 .
 When it comes to testing asynchronous HTTP requests
 it is a bit harder (at least at the beginning).
 The purpose of this package is to provide
 an easy way to test asynchronous HTTP requests.
 .
 This package provides documentation for the aioresponses module.