Fedora 14 Update: python-webtest-1.2.2-1.fc14

updates at fedoraproject.org updates at fedoraproject.org
Wed Oct 13 12:49:56 UTC 2010


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2010-15813
2010-10-05 21:46:45
--------------------------------------------------------------------------------

Name        : python-webtest
Product     : Fedora 14
Version     : 1.2.2
Release     : 1.fc14
URL         : http://pythonpaste.org/webtest/
Summary     : Helper to test WSGI applications
Description :
WebTest wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.

--------------------------------------------------------------------------------
Update Information:

1.2.2
-----

 * Revert change to cookies that would add " around cookie values.
 * Added property :method:`webtest.Response.pyquery` which returns a PyQuery object.
 * Set base_url on resp.lxml
 * Include tests and docs in tarball.
 * Fix sending in webob.Request (or webtest.TestRequest) objects.
 * Fix handling forms with file uploads, when no file is selected.
 * Added extra_environ argument to :method:`webtest.TestResponse.click`.
 * Fixed/added wildcard statuses, like status="4*"
 * Fix file upload fields in forms: allow upload field to be empty.
 * Added support for single-quoted html attributes.
 * TestResponse now has unicode support. It is turned on by default for all responses with charset information. This is backward incompatible change if you rely (e.g. in doctests) on parsed form fields or responses returned by json and lxml methods being encoded strings when charset header is in response. In order to switch to old behaviour pass use_unicode=False flag to TestApp constructor.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-webtest' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list