Commit graph

7 commits

Author SHA1 Message Date
adam
39290a772a py-responses: updated to 0.10.6
0.10.6
- Improved documentation.
- Improved installation requirements for py3
- ConnectionError's raised by responses now indicate which request
  path/method failed to match a mock.
- test_responses.py is no longer part of the installation targets.
2019-03-18 13:01:48 +00:00
adam
455c10b303 py-responses: updated to 0.10.5
Responses 0.10.5
Fix callback exception mocking.
Improve test coverage
Improve build configuration.
2018-12-18 10:03:05 +00:00
adam
da44d7d25d py-responses: updated to 0.10.4
0.10.4
- Fixed generated wrapper when using @responses.activate in Python 3.6+
  when decorated functions use parameter and/or return annotations.
2018-11-23 11:35:28 +00:00
adam
5a2f028acb py-responses: updated to 0.10.3
0.10.3:
- Fixed deprecation warnings in python 3.7 for inspect module usage.
2018-11-09 10:46:56 +00:00
adam
ab6055b502 py-responses: updated to 0.10.2
0.10.2
- Fixed build setup to use undeprecated pytest bin stub.
- Updated tox configuration.
- Added example of using responses with pytest.fixture
- Removed dependency on biscuits in py3. Instead http.cookies is being used.

0.10.1
- Packaging fix to distribute wheel

0.10.0
- Fix passing through extra settings
- Fix collections.abc warning on Python 3.7
- Use 'biscuits' library instead of 'cookies' on Python 3.4+
2018-11-04 22:26:04 +00:00
adam
48f0d61983 py-responses: updated to 0.9.0
0.9.0
- Support for Python 3.7
- Support streaming responses for BaseResponse
- Support custom patch targets for mock
- Fix unicode support for passthru urls
- Fix support for unicode in domain names and tlds
2018-04-11 19:56:28 +00:00
adam
ba426832c9 py-responses: added version 0.8.1
A utility library for mocking out the requests Python library.
2017-10-28 06:52:56 +00:00