WebTest 2.0.28 has been released.
Here are the changes:
- Fixed #185: Fix strict cookie policy
- Fixed #146: Improve fields value checking when enctype is multipart
- Fixed #119: Assertion error should be raised when you have non-string
response header
- Bugfix: Allow to set an int value to form fields when enctype is multipart
- Added py36 to tox.ini / .travis.yaml
You can install it via PyPI:
pip install WebTest==2.0.28
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/webtest/issues
Thanks!
- WebTest developers