424 Commits (master)

Author SHA1 Message Date
Hyunchel Kim 64a37bb9b7 Test side effect (#1889) 8 years ago
Giampaolo Eusebi 06a170ea9b Add tests for safe_join 8 years ago
Randy Liou 954b7ef7bb Enhance code coverage for Blueprint.endpoint 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
Timo Furrer d526932a09 support timedelta for SEND_FILE_MAX_AGE_DEFAULT config variable 9 years ago
Jimmy McCarthy 011b129b6b Add kwarg to disable auto OPTIONS on add_url_rule 9 years ago
Alan Hamlett 99c99c4c16 Enable autoescape for `render_template_string` 9 years ago
ThiefMaster bbaf20de7c Add pop and setdefault to AppCtxGlobals 9 years ago
Alexander Pantyukhin 5e12748d0e Ignore before_render_template return values 9 years ago
Alexander Pantyukhin eae37b575d fix test_signals 9 years ago
Alexander Pantyukhin e57199e0c4 fix test_signals 9 years ago
Alexander Pantyukhin 967907ee81 before_render_template signal can override render template. 9 years ago
Alexander Pantyukhin 1fbeb337c4 fix endline in the signal.py 9 years ago
Alexander Pantyukhin d53d5c732b before_render_template signal 9 years ago
Markus Unterwaditzer d13a1b363e Rename jinja_env_class 9 years ago
Joshua Carp 348bf52188 Handle empty deque on errorhandler lookup. 9 years ago
Markus Unterwaditzer 0bac2ade91 Fix formatting errors 10 years ago
Phil Schaf fd8e6b26f9 removed ExceptionHandlerDict 10 years ago
ThiefMaster 08ac3aa4e3 Allow custom jinja environments 10 years ago
Brandon Sandrowicz 20f62e828b Fix Possible Typo 10 years ago
Markus Unterwaditzer 1577e1386e Revert "Don't use threads in this test" 10 years ago
Markus Unterwaditzer 78cd4161f0 Don't use threads in this test 10 years ago
Martijn Pieters ec0d208bc1 Switch away from using None as default value for the exception when tearing down a context. 10 years ago
Markus Unterwaditzer 1aa8a54b17 Always run memory tests 10 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
Keyan Pishdadian 1479cf80f6 Move test file, add RedBaron to tox.ini 10 years ago