WebTest 2.0.29 has been released.
Here are the changes:
- Bugfix: Preserve submit order for radio inputs.
- Fixed #186: avoid UnicodeDecodeError in linter with py2 when a header contain
non ascii chars
You can install it via PyPI:
pip install WebTest==2.0.29
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/webtest/issues
Thanks!
- WebTest developers