You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Arendt 4e9ee6d67b Modified test_instance_config.py (test_main_module_paths) to include instance folders of main modules which flask considers to be 'installed' (a module or package whos path is a sub-path of sys.prefix). 8 years ago
..
static Move tests 10 years ago
templates Enable autoescape for `render_template_string` 10 years ago
test_apps Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. (#1806) 9 years ago
conftest.py Eliminate some resource warnings 9 years ago
test_appctx.py Improve application context popping 9 years ago
test_basic.py Corrected after response for error handlers 8 years ago
test_blueprints.py Use pytest.raises() instead of try/catch with asser 0 9 years ago
test_cli.py Add test for get_version (CLI) (#1884) 9 years ago
test_config.py Use pytest.raises() instead of try/catch with asser 0 9 years ago
test_deprecations.py Use recwarn everywhere 9 years ago
test_ext.py Use recwarn everywhere 9 years ago
test_helpers.py Do not error for unknown files if send_file sends an actual file 8 years ago
test_instance_config.py Modified test_instance_config.py (test_main_module_paths) to include instance folders of main modules which flask considers to be 'installed' (a module or package whos path is a sub-path of sys.prefix). 8 years ago
test_regression.py Always run gc before leak test 9 years ago
test_reqctx.py Use pytest.raises() instead of try/catch with asser 0 9 years ago
test_signals.py Ignore before_render_template return values 10 years ago
test_subclassing.py Happy New Year 2015 10 years ago
test_templating.py Enable autoescape for `render_template_string` 10 years ago
test_testing.py Use pytest.raises() instead of try/catch with asser 0 9 years ago
test_user_error_handler.py Handle empty deque on errorhandler lookup. 10 years ago
test_views.py Happy New Year 2015 10 years ago