Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@pnuckowski pnuckowski released this 29 Oct 20:37
· 175 commits to master since this release
589cf62
  • Support repeated executions of mocked requests
  • added timeout argument to easier test timeouts
  • use yaml.URL as a main url type
  • regexp support
  • RequestMatch object does not hold the response object

Other small changes

  • rename MockedResponse into RequestMatch method_call -> RequestCall _responses -> _matches
  • correct type hints in core use StrictVersion in version comparison
  • simplify matching
  • add aiohttp 3.4 to tox
  • Add pytest fixture example
  • add missing builds in travis