flask/tests
pgjones d8262aa58c Pass the request ctx rather than use the globals in the app
The globals have a performance penalty which can be justified for the
convinience in user code. In the app however the ctx can easily be
passed through the method calls thereby reducing the performance
penalty.

This may affect extensions if they have subclassed the app and
overridden these methods.
2023-08-27 10:18:08 +01:00
..
static add text parameter to config.from_file 2023-02-23 11:10:21 -08:00
templates add pre-commit config for flake8 2019-06-01 09:13:46 -04:00
test_apps move and update flake8 config 2023-01-20 13:42:50 -08:00
typing drop support for python 3.7 2023-04-20 11:09:55 -07:00
conftest.py use tmp_path instead of tmpdir 2023-05-02 10:38:27 -07:00
test_appctx.py move and update flake8 config 2023-01-20 13:42:50 -08:00
test_async.py remove previously deprecated code 2023-02-23 08:35:16 -08:00
test_basic.py fix flake8 bugbear findings 2023-08-16 13:37:56 -07:00
test_blueprints.py require a non-empty name for blueprints 2023-03-11 08:26:36 -08:00
test_cli.py bump werkzeug 2.3.7 2023-08-21 09:39:10 -07:00
test_config.py use tmp_path instead of tmpdir 2023-05-02 10:38:27 -07:00
test_converters.py converters have access to session 2021-05-14 08:11:09 -07:00
test_helpers.py use tmp_path instead of tmpdir 2023-05-02 10:38:27 -07:00
test_instance_config.py use tmp_path instead of tmpdir 2023-05-02 10:38:27 -07:00
test_json.py update test cookie handling for Werkzeug 2.3 2023-04-12 10:55:00 -07:00
test_json_tag.py deprecate markupsafe exports 2023-02-23 08:55:01 -08:00
test_logging.py remove unused module docstrings 2020-04-04 12:28:08 -07:00
test_regression.py update tests for relative redirects 2022-03-25 11:48:26 -07:00
test_reqctx.py Pass the request ctx rather than use the globals in the app 2023-08-27 10:18:08 +01:00
test_session_interface.py remove uses of LocalStack 2022-07-08 11:13:09 -07:00
test_signals.py blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
test_subclassing.py Pass the request ctx rather than use the globals in the app 2023-08-27 10:18:08 +01:00
test_templating.py deprecate markupsafe exports 2023-02-23 08:55:01 -08:00
test_testing.py bump werkzeug 2.3.7 2023-08-21 09:39:10 -07:00
test_user_error_handler.py refactor error checks in register_error_handler 2022-05-03 11:52:11 -06:00
test_views.py add View.init_every_request attribute 2022-06-06 15:11:01 -07:00