pypi responses 0.20.0

latest releases: 0.25.3, 0.25.2, 0.25.0...
2 years ago
  • Deprecate responses.assert_all_requests_are_fired, responses.passthru_prefixes, responses.target
    since they are not actual properties of the class instance.
    Use responses.mock.assert_all_requests_are_fired,
    responses.mock.passthru_prefixes, responses.mock.target instead.
  • Fixed the issue when reset() method was called in not stopped mock. See #511

Don't miss a new responses release

NewReleases is sending notifications on new releases.