flask/tests
David Lord dbd4520ccb
fix tests failing with server name warnings
After pallets/werkzeug#1577, mismatched configured and real server
names will show a warning in addition to raising 404. This caused
tests that did this deliberately to fail.

This patch removes the pytest fixture we were using to fail on
warnings, instead using the standard `-Werror` option. This speeds
up the tests by ~3x.
2019-06-10 14:05:33 -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 rewrite cli errors 2017-10-10 07:04:53 -07:00
conftest.py fix tests failing with server name warnings 2019-06-10 14:05:33 -07:00
test_appctx.py don't use Flask(__name__) in conftest 2018-02-28 06:50:49 -08:00
test_basic.py fix tests failing with server name warnings 2019-06-10 14:05:33 -07:00
test_blueprints.py add more merge cases 2018-05-01 13:29:48 -07:00
test_cli.py clean up flask --version code 2019-01-06 16:24:05 -08:00
test_config.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_helpers.py fix tests failing with server name warnings 2019-06-10 14:05:33 -07:00
test_instance_config.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_json_tag.py Fix default index for TaggedJSONSerializer.register() 2018-04-19 14:16:11 +01:00
test_logging.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_regression.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_reqctx.py fix tests failing with server name warnings 2019-06-10 14:05:33 -07:00
test_signals.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_subclassing.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_templating.py revert copyright year to project start 2018-02-08 12:43:30 -08:00
test_testing.py don't push app context for test client json 2019-05-17 09:00:08 -07:00
test_user_error_handler.py add changelog for GH-2986 2019-01-07 09:52:54 -08:00
test_views.py revert copyright year to project start 2018-02-08 12:43:30 -08:00