flask/tests
Elad Moshe 1ff98a2d21
wait until app ctx is ready before matching url
`RequestContext.match_request` is moved from `__init__` to `push`. This
causes matching to happen later, when the app context is available.
This enables URL converters that use things such as the database.
2019-06-13 08:32:23 -07:00
..
static clean up secret key docs 2017-06-28 07:58:06 -07:00
templates add pre-commit config for flake8 2019-06-01 09:13:46 -04:00
test_apps apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
conftest.py Merge branch '1.0.x' 2019-06-12 10:41:11 -07:00
test_appctx.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_basic.py wait until app ctx is ready before matching url 2019-06-13 08:32:23 -07:00
test_blueprints.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_cli.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_config.py fix string concats left over by black 2019-06-01 09:22:20 -07:00
test_converters.py wait until app ctx is ready before matching url 2019-06-13 08:32:23 -07:00
test_helpers.py Merge branch '1.0.x' 2019-06-12 10:41:11 -07:00
test_instance_config.py fix string concats left over by black 2019-06-01 09:22:20 -07:00
test_json_tag.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_logging.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_regression.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_reqctx.py Merge branch '1.0.x' 2019-06-12 10:41:11 -07:00
test_signals.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_subclassing.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_templating.py fix string concats left over by black 2019-06-01 09:22:20 -07:00
test_testing.py wait until app ctx is ready before matching url 2019-06-13 08:32:23 -07:00
test_user_error_handler.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00
test_views.py apply reorder-python-imports pre-commit config 2019-06-01 09:07:20 -07:00