Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst)
2.0.35 (2020-04-27)
python3.8 compat
Remove use of deprecated splittype and splithost
2.0.34 (2020-01-29)
Fix the test length == 0 in check_content_type.
Treat <input type="search"> like <input type="text">.
Handle query parameters for the head method.
2.0.33 (2019-02-09)
Fixed#210. Allow to reset select multiple with field.value = []
Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
Fixed#196. Fix deprecation warnings for collections to use
collections.abc for Iterable on Python 3.
2.0.32 (2018-10-05)
remove invalid email from setup.py
2.0.31 (2018-10-05)
py33 is no longer supported. It may works but has been removed from tox
config
Fixed#205: Use empty string as default value for submit and button
tests use pytest
ok sthen@
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
This 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.
martynas@ ok