WebTest 3.0.1 has been released.
Here are the changes:
- Multiple file input support.
- Drop support for Python 3.8 and bellow
- Allows the TestResponse to follow customised onclick buttons
- Response.pyquery object now use the html parser.
- You can use the Response.PyQuery method to customize pyquery init.
- Various docs / testing improvments
- Rename "master" git branch to "main".
You can install it via PyPI:
pip install WebTest==3.0.1
Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/webtest/issuesThanks!
- WebTest developers