347 Commits (fd8b95952c3891c402b18d1d35c6a2d263b8c6fb)

Author SHA1 Message Date
David Lord fd8b95952c
add tests for flask.json.tag 7 years ago
David Lord 859d9a9d5c
show nice message when registering error handler for unknown code 7 years ago
David Lord 42905b8a55
set description for trap as well as debug 7 years ago
David Lord 045dccaefb
make debugging bad key errors easier 7 years ago
David Lord b8eba0a3fa
use existing response.vary property to set vary header 7 years ago
Hendrik Makait 48c2925664 Factor in code review comments and refactor functions to be more naturally split. 7 years ago
Hendrik Makait 7106fb6357 Handle app factory with arguments in FLASK_APP 7 years ago
Nina Zakharenko e7cd68ba58 Don't overwrite Vary header when setting for cookie access #2317 7 years ago
Christian Stade-Schuldt 4ec1fbc9f5 More DRYing up the test suite (#2325) 7 years ago
Rene A. Zelaya d29dbe14cf Correcting name of GreenletContextCopying test class (to start with 'Test'), making it extend object, and also having the test methods in it include 'self' as first argument. 7 years ago
Rene A. Zelaya 2eb28165a9 Bundling 'test_greenlet_context_copying' functions into a new class in tests/test_reqctx.py. 7 years ago
Randy Liou c03a82713a Cleanup test_blueprint.py to use test fixtures 7 years ago
Randy Liou 3fce4898f8 Add test for Blueprint app-wide url processing 7 years ago
Christian Stade-Schuldt 5b0b9717da DRYing up the test suite using pytest fixtures (#2306) 7 years ago
Hendrik Makait ae41df9a77 Check if app factory takes script_info argument and call it with(out) script_info as an argument depending on that 7 years ago
kaveh 75f537fb87 Adds provide_automatic_options to Class-based Views 7 years ago
cerickson 4f815015b8 Added support for generic HTTPException handlers on app and blueprints 7 years ago
cerickson 637eae5489 Added support for generic HTTPException handlers on app and blueprints 7 years ago
Florian Sachs 668061a5fc Register errorhandlers for Exceptions 7 years ago
bovarysme 5963cb5a51 Use the yield syntax in pytest's fixtures 7 years ago
MikeTheReader 7c882a457b Replace double quotes with single quotes 7 years ago
MikeTheReader cd412b20dc Parameterize test_get_debug_flag 7 years ago
MikeTheReader fd4a363657 Modifications based on review 7 years ago
Randy Liou d8d712a0de Add coverage for Blueprint teardown request method 7 years ago
Randy Liou a690ae27a3 Add coverage for Blueprint request process methods 7 years ago
MikeTheReader 6f49089a62 Added tests for make_response and get_debug_flag to improve coverage of helpers.py 7 years ago
Randy Liou 7ce01ab9b4 Add coverage for Blueprint.add_app_template_global 7 years ago
Randy Liou 136dbf7de0 Add coverage for Blueprints.(app_)context_processor 7 years ago
Hendrik Makait ced719ea18 Auto-detect create_app and make_app factory functions 7 years ago
Randy Liou 9fddecd4d9 Add coverage for Blueprint.app_errorhandler 7 years ago
David Lord 5d9dd0b379
set session accessed for setdefault 7 years ago
David Lord f7c35bf0d5 safe_join on Windows uses posixpath 7 years ago
David Lord 2a65794306
safe_join on Windows uses posixpath 7 years ago
David Lord f75ad9fca2
refactor session cookie domain logic 7 years ago
David Lord 7ad79583b9
add sort by match order 8 years ago
David Lord 697f7b9365
refactor make_response to be easier to follow 8 years ago
David Lord 46f83665ef
clean up blueprint json support 8 years ago
David Lord 13754b6d11
ensure error while opening session pops context 8 years ago
David Lord 97e2cd0a5a
update changelog 8 years ago
David Lord e50767cfca
add test for build error special values 8 years ago
David Lord 4ff84d537a
get mtime in utc 8 years ago
David Lord bf6910a639
get mtime in utc 8 years ago
David Lord f790ab7177
need to test against raw header 8 years ago
David Lord c1973016ea
style cleanup 8 years ago
jab 00d6e339ec Change Flask.__init__ to accept two new keyword arguments, host_matching and static_host. (#1560) 8 years ago
Markus Unterwaditzer c935eaceaf Revert "Handle BaseExceptions (#2222)" 8 years ago
Diggory Blake 6f7847e3c4 Make test more idiomatic 8 years ago
Diggory Blake d0e2e7b66c Add test and changes 8 years ago
Diggory Blake 1d4448abe3 Handle BaseExceptions (#2222) 8 years ago
Antonio Larrosa 6ef45f30ab Fix previous commits to work with python 2 and python 3 8 years ago