Release 0.5.0
- 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
intoRequestMatch
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