python-aioresponses 0.6.1-2 source package in Ubuntu

Changelog

python-aioresponses (0.6.1-2) unstable; urgency=medium

  * re-release targeted unstable

 -- Jonas Smedegaard <email address hidden>  Mon, 02 Dec 2019 22:26:00 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioresponses_0.6.1-2.dsc 2.2 KiB a12fe6b91a10ffcce6b65989b9773a505f7a10833d0246232f32789932d1b000
python-aioresponses_0.6.1.orig.tar.gz 20.2 KiB 8973d44bda4e8d5b02d417834b826d1be3dd8d54c37390a3fd41113b46bd6dee
python-aioresponses_0.6.1-2.debian.tar.xz 4.2 KiB 1d1645b3615f0f71612539a4cba912fb0b1f94e0bff15ee9cb02b3e64c5289a6

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.