flask/tests
LeeW 1f3923a999
Inherit "methods" in MethodView
* Current behavior: If a base class inherits MethodView and child class
  inherits without overwriting "methods". The "methods" defined in base
  class would be ignored
* Fix: Inherit all the "methods" defined in base classes if "methods"
  variable is not overwritten
2019-05-17 13:57:06 -07:00
..
static clean up secret key docs 2017-06-28 07:58:06 -07:00
templates Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
test_apps Reformat with black 2019-05-06 16:28:58 -04:00
conftest.py Reformat with black 2019-05-06 16:28:58 -04:00
test_appctx.py Reformat with black 2019-05-06 16:28:58 -04:00
test_basic.py Reformat with black 2019-05-06 16:28:58 -04:00
test_blueprints.py Reformat with black 2019-05-06 16:28:58 -04:00
test_cli.py Reformat with black 2019-05-06 16:28:58 -04:00
test_config.py Reformat with black 2019-05-06 16:28:58 -04:00
test_helpers.py clean up open_resource and tests 2019-05-17 13:23:27 -07:00
test_instance_config.py Reformat with black 2019-05-06 16:28:58 -04:00
test_json_tag.py Reformat with black 2019-05-06 16:28:58 -04:00
test_logging.py Reformat with black 2019-05-06 16:28:58 -04:00
test_regression.py Reformat with black 2019-05-06 16:28:58 -04:00
test_reqctx.py Reformat with black 2019-05-06 16:28:58 -04:00
test_signals.py Reformat with black 2019-05-06 16:28:58 -04:00
test_subclassing.py Reformat with black 2019-05-06 16:28:58 -04:00
test_templating.py Reformat with black 2019-05-06 16:28:58 -04:00
test_testing.py Merge branch '1.0.x' 2019-05-17 11:13:08 -07:00
test_user_error_handler.py Reformat with black 2019-05-06 16:28:58 -04:00
test_views.py Inherit "methods" in MethodView 2019-05-17 13:57:06 -07:00