Go to file
Dirk Mueller 6b8c12617d - update to 0.21.0:
* Add `threading.Lock()` to allow `responses` working with `threading` module.
  * Add `urllib3` `Retry` mechanism. See #135
  * Removed internal `_cookies_from_headers` function
  * Now `add`, `upsert`, `replace` methods return registered response.
    `remove` method returns list of removed responses.
  * Added null value support in `urlencoded_params_matcher` via `allow_blank` keyword argument
  * Added strict version of decorator. Now you can apply `@responses.activate(assert_all_requests_are_fired=True)`
    to your function to validate that all requests were executed in the wrapped function. See #183

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=43
2022-06-20 09:12:47 +00:00
.gitattributes Accepting request 487006 from home:alarrosa:branches:devel:languages:python 2017-04-24 16:27:22 +00:00
.gitignore Accepting request 487006 from home:alarrosa:branches:devel:languages:python 2017-04-24 16:27:22 +00:00
python-responses.changes - update to 0.21.0: 2022-06-20 09:12:47 +00:00
python-responses.spec - update to 0.21.0: 2022-06-20 09:12:47 +00:00
responses-0.21.0.tar.gz - update to 0.21.0: 2022-06-20 09:12:47 +00:00