WebTest 2.0.33 has been released.
Here are the changes:
- 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.
You can install it via PyPI:
pip install WebTest==2.0.33
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/webtest/issues
Thanks!
- WebTest developers