270 Commits (6ef45f30ab0e95d80ee2a29168f098e9037b9e0b)

Author SHA1 Message Date
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
Sven-Hendrik Haase ed17bc1710 Add test to showcase that printing a traceback works 8 years ago
Hsiaoming Yang a7f1a21c12 Don't rely on X-Requested-With for pretty print json response (#2193) 8 years ago
David Lord 42fbbb4cbb
add test and changelog for SERVER_NAME app.run default 8 years ago
Andrew Arendt 01b992b1a1 Added python3.6 support for tests 8 years ago
Paul Brown 0832e77b14 prevent NoAppException when ImportError occurs within imported module 8 years ago
Markus Unterwaditzer 789715adb9 Fix config.from_pyfile on Python 3 (#2123) 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
Michael Recachinas bd5e297aa9 Default environ (#2047) 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
Armin Ronacher 9cd32cac32 Corrected after response for error handlers 8 years ago
Markus Unterwaditzer c4ec6954e5 Don't passthrough_errors unless instructed. (#2006) 8 years ago
Roman 92ce20eeac Fix error in send_file helper (#2003) 8 years ago
Markus Unterwaditzer 098ea0c8ca Only passthrough_errors if PROPAGATE_EXCEPTIONS 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
Anton Sarukhanov 9121e109bd Add test for get_version (CLI) (#1884) 8 years ago
Nate Prewitt 0f1cf50f97 adding in try around __import__ to catch invalid files/paths (#1950) 8 years ago
Hyunchel Kim f19d3bd67e Enhance tests.test_cli.test_find_best_app (#1882) 8 years ago
Anton Sarukhanov 5eaed37116 Add test for find_default_import_path 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
Hyunchel Kim 64a37bb9b7 Test side effect (#1889) 8 years ago
Giampaolo Eusebi 06a170ea9b Add tests for safe_join 8 years ago
dawran6 e048aa4e19 Add negative test for json.jsonify (#1876) 8 years ago
Josiah Philipsen 41e08f4ccd fixed unmatched elif 8 years ago
jphilipsen05 fe5f714026 fixed unmatched elif (#1872) 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
jphilipsen05 047efac537 Coverage for test_static_path_deprecated and test_static_url_path (#1860) 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 8482ce6b8c Improve application context popping 8 years ago
Armin Ronacher 523e271183 Implemented simplified CLI interface 8 years ago
dataforger 92f63a1c1d fix docstring (#1818) 8 years ago
Armin Ronacher 6aee9f6d77 Resolve state issue for url_for with forced scheme 8 years ago
Armin Ronacher 883cb7cedc Always run gc before leak test 8 years ago
Jannis Leidel 88500f5cc7 Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. (#1806) 8 years ago
Steven Loria 2bf477cfea Add JSONIFY_MIMETYPE configuration variable (#1728) 9 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
Reuven 4dc2ef19ea Use pytest.raises() instead of try/catch with asser 0 9 years ago
Jeff Widman daceb3e3a0 Add support for serializing top-level arrays to JSON 9 years ago
Miguel Grinberg 952a6c8989 Werkzeug should not block propagated exceptions from Flask 9 years ago