Go to file
Dirk Mueller a3925154b0 - update to 0.12.1:
* `responses.urlencoded_params_matcher` and `responses.json_params_matcher` now
    accept None to match empty requests.
  * Fixed imports to work with new `urllib3` versions.
  * `request.params` now allows parameters to have multiple values for the same key.
  * Improved ConnectionError messages.
  - Remove support for Python 3.4.
  - Added the `match` parameter to `add()`.
  - Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`.
  - Add a requirements pin to urllib3. This helps prevent broken install states where
    cookie usage fails.
  - Added `assert_call_count` to improve ergonomics around ensuring a mock was called.
  - Fix incorrect handling of paths with query strings.
  - Add Python 3.9 support to CI matrix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=29
2021-03-08 22:42:13 +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.12.1: 2021-03-08 22:42:13 +00:00
python-responses.spec - update to 0.12.1: 2021-03-08 22:42:13 +00:00
responses-0.12.1.tar.gz - update to 0.12.1: 2021-03-08 22:42:13 +00:00