50 Commits (d05862574f1ea19d99526ca893be2888389eab1c)

Author SHA1 Message Date
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
MikeTheReader 6f49089a62 Added tests for make_response and get_debug_flag to improve coverage of helpers.py 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 46f83665ef
clean up blueprint json support 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
Antonio Larrosa 6ef45f30ab Fix previous commits to work with python 2 and python 3 8 years ago
Antonio Larrosa 0049922f2e Fix send_file to work with non-ascii filenames 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
Jiri Kuncar 36425d5f91 Ignore cache on request.get_json(cache=False) call (#2089) 8 years ago
Alex Kahan 2647fc7112 Parameterizing test (#2073) 8 years ago
Joël Charles 7186a5aaf5 make use of range requests if available in werkzeug (#2031) 8 years ago
Armin Ronacher a30951ec28 Do not error for unknown files if send_file sends an actual file 8 years ago
Roman 92ce20eeac Fix error in send_file helper (#2003) 8 years ago
Markus Unterwaditzer 71e10be286 Properly remove f.name usage in send_file (#1988) 8 years ago
David Lord f193f590bc clean up new json tests 8 years ago
Nathan Land f16e477b2a Add tests for flask.json.dump() and test that jsonify correctly converts uuids. 8 years ago
RamiC 4305ebdf66 Check for a request ctx before using the request. 8 years ago
RamiC 501b8590dd Allow per blueprint json encoder decoder 8 years ago
David Lord 7c271401b2 pass value directly to last_modified 8 years ago
Prachi Shirish Khadke af515cc7ea Add last_modified arg for send_file 8 years ago
Giampaolo Eusebi 06a170ea9b Add tests for safe_join 8 years ago
Dan Sully 8458cc5cd1 Remove deprecation warnings for add_etags & mimetype guessing for send_file() 8 years ago
Markus Unterwaditzer 6c359e0f53 Eliminate some resource warnings 8 years ago
Markus Unterwaditzer 293eb583f6 More explicit warning categories 8 years ago
Markus Unterwaditzer d393597c50 Use recwarn everywhere 8 years ago
David Lord 024fbe5a60 Revert "Adds simplejson as a testing target." (#1865) 8 years ago
James Farrington 390cd5e4ee Fixed #1846 8 years ago
Armin Ronacher 6aee9f6d77 Resolve state issue for url_for with forced scheme 8 years ago
David Hou 9f1be8e795 Raise BadRequest if static file name is invalid 9 years ago
Shipeng Feng cc536c8a7b Fixed stream_with_context if decorated function has parameters 9 years ago
Jeff Widman daceb3e3a0 Add support for serializing top-level arrays to JSON 9 years ago
Keyan Pishdadian 1cd9e91810 Changed error message to include actual exception contents 10 years ago
Keyan Pishdadian d6a1307f9d Change strings to bytes to support Python3, typo in function name 10 years ago
Keyan Pishdadian 294961e6fc Change tests to support older response format 10 years ago
Keyan Pishdadian 39e66ca6d7 Add tests for adding exception to response contents only when DEBUG is True 10 years ago
Ben Jones 61263e08f9 Add datetime.date support to JSONEncoder 10 years ago
Parkayun 33534bb4a9 Happy New Year 2015 10 years ago
Markus Unterwaditzer 192da325f8 Testsuite is not a package 10 years ago
Markus Unterwaditzer 77d887526d Rename fixture apps_tmpdir 10 years ago
Markus Unterwaditzer a00ccdce94 Remove more test_apps 10 years ago
Markus Unterwaditzer af4cb0ff2b Remove flask superclass 10 years ago
Markus Unterwaditzer af41dbe0c4 Remove useless classes 10 years ago
Markus Unterwaditzer 5da2c00419 Rewrite assertion methods 10 years ago
Markus Unterwaditzer 8fa5e32d9a Tests pass now. 10 years ago