flask/tests
Randy Liou 136dbf7de0 Add coverage for Blueprints.(app_)context_processor
Test both context_processor and app_context_processor functions.
Two context parameters are added into the context: one added to
the blueprint locally; another added to the app globally. The test
asserts the behaviors in both blueprint scope and the app scope.
The coverage for flask.blueprints is increased by 3%.
2017-05-22 13:09:22 -07:00
..
static Move tests 2014-09-11 22:09:50 +02:00
templates Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
test_apps add sort by match order 2017-04-26 10:26:59 -07:00
conftest.py Eliminate some resource warnings 2016-06-03 14:29:27 +02:00
test_appctx.py Improve application context popping 2016-05-26 21:46:56 +02:00
test_basic.py set session accessed for setdefault 2017-05-20 13:00:17 -07:00
test_blueprints.py Add coverage for Blueprints.(app_)context_processor 2017-05-22 13:09:22 -07:00
test_cli.py add sort by match order 2017-04-26 10:26:59 -07:00
test_config.py Fix config.from_pyfile on Python 3 (#2123) 2016-12-26 03:50:47 +01:00
test_deprecations.py Use recwarn everywhere 2016-06-03 13:59:47 +02:00
test_ext.py Added python3.6 support for tests 2017-01-10 11:20:53 -06:00
test_helpers.py safe_join on Windows uses posixpath 2017-05-15 16:58:01 -07:00
test_instance_config.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_regression.py Always run gc before leak test 2016-05-22 10:34:48 +02:00
test_reqctx.py ensure error while opening session pops context 2017-04-22 13:57:04 -07:00
test_signals.py Ignore before_render_template return values 2015-06-17 15:42:39 +02:00
test_subclassing.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_templating.py Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
test_testing.py Default environ (#2047) 2016-10-12 08:54:24 +02:00
test_user_error_handler.py Handle empty deque on errorhandler lookup. 2015-06-02 16:13:30 -04:00
test_views.py Add the ability to combine MethodViews 2016-06-28 17:35:39 +02:00