383 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
Adam Byrtek ca547f0ec3 JSON response tests and first draft of code that passes 8 years ago
Adam Byrtek 6c5ef2bc5c Use `content_type` kwarg instead of manipulating headers 8 years ago
Adam Byrtek c4139e0e5d JSON support for the Flask test client 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
Antoine Catton 516ce59f95 Add the ability to combine MethodViews 8 years ago
Kiss György 1b764cff93 Added runner fixture 8 years ago
Kiss György b8e826c16b Added tests, fixed some minor alignment problems. 8 years ago
Dave Barker 1a67e284d0 Remove unnecessary werkzeug mock attribs from test 8 years ago
Dave Barker 24289e97af Add test for new template auto reload debug behaviour 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
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
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