flask-webtest
flask-webtest copied to clipboard
Utilities for testing Flask applications with WebTest
So they point to the projects new home at GitHub.
``` DeprecationWarning: '__ident_func__' is deprecated and will be removed in Werkzeug 2.1. It should not be used in Python 3.7+. ``` I had problems using the normal warning filter mechanisms...
@aromanovich just wanted to get out in public that you are transferring the repository to me. I was able to accept the PyPI invite but missed the GitHub email and...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. Release notes Sourced from werkzeug's releases. 2.3.8 This is a security release for the 2.3.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-8 2.3.7 This is a fix...
> The Read the Docs build system will start requiring a configuration file v2 (.readthedocs.yaml) starting on September 25, 2023. We are sending weekly notifications about this issue to all...
Hey guys, my team may have found a bug in `get_scopefunc` and we need confirmation. For context, we're trying to get our test environment to mimic prod as close as...
When using an app factory pattern, it's problematic to have to specify a scoping function prior to app init (which is where you can check `app.testing`): ```py from flask_webtest import...
Keep an eye on this, it may impact us: https://github.com/pallets/flask/issues/5639