Release Name: 1.2.4
Notes:
We're proud to announce a new point-release of FakeWeb, 1.2.4. This release has a couple big new features, as well as changes to existing functionality.
FakeWeb is a test helper for faking responses to web requests.
Changes:
Summary of new features:
* experimental support for matching URIs via regular expression
* you can now specify additional headers to add to your responses by passing options to FakeWeb.register_uri
Summary of changes:
* The older syntax of calling FakeWeb.register_uri without an HTTP method argument is deprecated; use the :any method to maintain the same behavior
* The :file and :string options to FakeWeb.register_uri are deprecated in favor of a unified :body option
For the full changelog, see http://github.com/chrisk/fakeweb/blob/fakeweb-1.2.4/CHANGELOG#L1
|