Skip to content

Releases: pnuckowski/aioresponses

Release 0.2.0

10 Aug 06:29
Compare
Choose a tag to compare
  • support for asynctest
  • support for HEAD method (thanks @Natim )

Release 0.1.4

15 Feb 18:34
Compare
Choose a tag to compare
  • passthrough http traffic to specified list of servers
  • record resposes
  • ability to raise custom exception

0.1.3: Merge pull request #39 from wandel/master

03 Jan 23:15
Compare
Choose a tag to compare
fixed: now passes a yarl.URL to aiohttp.ClientResponse as expected.

Release 0.1.2

03 Nov 21:47
Compare
Choose a tag to compare
  • mock http headers
  • multidict is used to work with http headers
  • more examples in docs