Revisions of python-WebTest
Stephan Kulow (coolo)
accepted
request 213732
from
Dirk Mueller (dirkmueller)
(revision 16)
- update to 2.0.11: * Depend on unittest2 only for Python versions lower than 2.7 * Add an optional parameter to TestApp, allowing the user to specify the parser used by BeautifulSoup (forwarded request 213722 from dirkmueller)
Tomáš Chvátal (scarabeus_factory)
accepted
request 204686
from
Sascha Peilicke (saschpe)
(revision 15)
Stephan Kulow (coolo)
accepted
request 200665
from
Sascha Peilicke (saschpe)
(revision 14)
update (forwarded request 200608 from posophe)
Stephan Kulow (coolo)
accepted
request 199369
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 2.0.7: * Detect JSON if mimetype ends with +json, such as application/vnd.webtest+json * Fixed #72. Use WSGIServer new api even if there waitress has backward compat. * Fixed #50. Corrected default value for the delete params argument. * Be sure to decode the content if it is gziped before returning it (forwarded request 199358 from dirkmueller)
Adrian Schröter (adrianSuSE)
committed
(revision 12)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 180863
from
Sascha Peilicke (saschpe)
(revision 11)
- update to 2.0.6: - fixed #64. cookiejar api has changed in python3.3 [gawel] - allow to use a fixed StopableWSGIServer [gawel] - Do not alter the BeautifulSoup object when parsing forms. [Georges - Remove first newline while parse textarea block, how modern browsers does. (forwarded request 180850 from dirkmueller)
Stephan Kulow (coolo)
accepted
request 173808
from
Sascha Peilicke (saschpe)
(revision 10)
- Update to 2.0.5: * Correctly handle <option> elements with no value attribute [Marius Gedminas] * Ignore socket.error following StopableWSGIServer.shutdown. [Laurence Rowe] * <button> without type='submit' attribute is treated as Submit control [Andrey Lebedev]. * Support for redirects having relative "Location" header [Andrey Lebedev] * Treat strings in the WSGI environment as native strings, compliant with PEP-3333. [wosc] * Allow TestResponse.click() to match HTML content again. [ender672] * Support secure cookies [Andrey Lebedev] * Added Pasword field [diarmuidbourke] * re-allow to use unknow field type. Like ``type="email"``. [gawel] * Don't let BeautifulSoup use lxml. Fix GH-51 [kmike] * added :meth:`webtest.response.TestResponse.maybe_follow` method [kmike] * drop zc.buildout usage for development, now using only virtualenv [Domen Kožar] * Backward incompatibility : Removed the ``anchor`` argument of :meth:`webtest.response.TestResponse.click` and the ``button`` argument of :meth:`webtest.response.TestResponse.clickbutton`. It is for the greater good. * Rewrote API documentation [Domen Kožar] * Added `wsgiproxy` support to do HTTP request to an URL [gawel] * Use BeautifulSoup4 to parse forms [gawel] * Added `webtest.app.TestApp.patch_json` [gawel] * Implement `webtest.app.TestApp.cookiejar` support and kindof keep `webtest.app.TestApp.cookies` functionality. `webtest.app.TestApp.cookies` should be treated as read-only. [Domen Kožar] * Split Selenium integration into separate package webtest-selenium * Split casperjs integration into separate package webtest-casperjs (forwarded request 173784 from dirkmueller)
Stephan Kulow (coolo)
accepted
request 157713
from
Factory Maintainer (factory-maintainer)
(revision 9)
Automatic submission by obs-autosubmit
Adrian Schröter (adrianSuSE)
committed
(revision 8)
Split 12.3 from Factory
Stephan Kulow (coolo)
accepted
request 142491
from
Sascha Peilicke (saschpe)
(revision 7)
- Update to version 1.4.2: + fix tests error due to CLRF in a tarball - Changes from version 1.4.1: + add travis-ci + migrate repository to https://github.com/Pylons/webtest + Fix a typo in apps.py: selectedIndicies + Preserve field order during parsing (support for deform and such) + Allow equals sign in the cookie by spliting name-value-string pairs on the first ‘=’ sign as per http://tools.ietf.org/html/rfc6265#section-5.2 + fix an error when you use AssertionError(response) with unicode chars in response - Build HTML documentaton - Run testsuite - Split of doc package
Stephan Kulow (coolo)
accepted
request 135431
from
Ismail Dönmez (namtrac)
(revision 6)
Update to 1.4.0 and remove unneeded dependencies. (forwarded request 135386 from poorboywilly)
Adrian Schröter (adrianSuSE)
committed
(revision 5)
branched from openSUSE:Factory
Stephan Kulow (coolo)
accepted
request 124087
from
Todd R (TheBlackCat)
(revision 4)
Update to 1.3.4 (forwarded request 123979 from poorboywilly)
Stephan Kulow (coolo)
accepted
request 102226
from
Sascha Peilicke (saschpe)
(revision 3)
- Simplified macro usage - Run testsuite - Update to version 1.3.3: * added post_json, put_json, delete_json * fix #25 params dictionary of webtest.AppTest.post() does not support unicode values - Changes from version 1.3.2: * improve showbrowser. * print_stderr fail with unicode string on python2 - Changes from version 1.3.1: * Added .option() * Full python3 compat
Stephan Kulow (coolo)
committed
(revision 2)
replace license with spdx.org variant
Stephan Kulow (coolo)
accepted
request 93448
from
Ismail Dönmez (namtrac)
(revision 1)
Dependency for OpenStack packages.
Displaying revisions 21 - 36 of 36