58 Commits (4fc48200a58907ffdf136961b84ef7d19192e6ef)

Author SHA1 Message Date
Markus Unterwaditzer 961db8ad72 Made tests recognizable 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 10 years ago
Armin Ronacher 817b72d484 Removed deprecated module functionality 10 years ago
Armin Ronacher 84ad89ffa4 Always log now, even if debug is off. 10 years ago
Mihir Singh 5935ee495c Add tests for the `Vary: Cookie` header 11 years ago
Armin Ronacher ddb5f9dc49 Fixed a broken test 11 years ago
Armin Ronacher 75f2af7a6a Use a condition variable instead of sleeping 11 years ago
Alexis Svinartchouk 280d865960 fix issue #879 and add a test for it 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Mikael Åhlén dbc4096191 added a new test case with a Response instance and cleaned up the code 11 years ago
Mikael Åhlén 70f8b39c52 added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format. 11 years ago
Daniel Richman 3d67736e09 Check error handlers for specific classes first 11 years ago
Markus Unterwaditzer af5a0853bf Fix #815 11 years ago
Armin Ronacher 3e4dbf93d9 Fixed a test that broke on 3.x 11 years ago
Armin Ronacher d1d835c023 Added SESSION_REFRESH_EACH_REQUEST config option. 11 years ago
Serge S. Koval 44e39ab071 Fixed class-based views support 11 years ago
Armin Ronacher 58ad83f37c Added support for bytes in sessions back 11 years ago
Armin Ronacher c889fbc231 Changed interface for `flask.g` 11 years ago
Armin Ronacher 93073489a0 Documented changes on the g object some more 11 years ago
Armin Ronacher fd99abea57 Fixed too strict tests for cookie setting that broke on werkzeug changes 11 years ago
Armin Ronacher 56d3b74488 Added a test for non-ascii routing 11 years ago
Armin Ronacher 1b40b3b573 Fixed request context preservation and teardown handler interaction. 11 years ago
Armin Ronacher 90e3906d02 Fixed some test failures 11 years ago
Armin Ronacher eb622fb34f Fixed a whole bunch of resource warnings in the flask testsuite 11 years ago
Armin Ronacher 47572c5b40 Set the content length automatically before calling wrap_file 11 years ago
Thomas Waldmann ac04bc7836 replace 1/0 by 1 // 0 to get rid of DeprecationWarning (and PEP8 issue) 11 years ago
Thomas Waldmann f9e9e77464 fix data types in after_request test 11 years ago
Daniel Neuhäuser 79ec3d81c1 Prevent UnboundLocalError in test_build_error_handler 11 years ago
Daniel Neuhäuser a0801719f8 Remove six dependency 11 years ago
Daniel Neuhäuser 62e7275bdf Use assert_false where appropriate 11 years ago
Daniel Neuhäuser 9f8a2075c7 Use assert_in where appropriate 11 years ago
Daniel Neuhäuser 239780be28 Use assert_true instead of assert_ 11 years ago
Daniel Neuhäuser 5b89355b1c Response data is bytes 11 years ago
Markus Unterwaditzer 05f66ad735 Fix some literals 11 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 12 years ago
Thomas Waldmann 522cd00093 python-modernize automated changes: fix_unicode (but without six.u()) 12 years ago
Thomas Waldmann 6caaa8a527 automated change using python-modernize: use 'as' in except 12 years ago
Armin Ronacher 18673ba370 Added uuid support for new session serialization and documented it 12 years ago
Armin Ronacher 097353695e Added flask.copy_current_request_context which simplies working with greenlets 12 years ago
Armin Ronacher bfeee75696 Changed session cookie defaults to work better with google chrome 12 years ago
Armin Ronacher 1949c4a9ab flask.g is now on the app context and not the request context 12 years ago
Armin Ronacher 661ee54bc2 Raise exceptions if a function is overridden by a new endpoint. This fixes #570 12 years ago
Armin Ronacher 4df3bf2058 Implemented experimental JSON based sessions 12 years ago
Armin Ronacher 086348e2f2 Added after_this_request decorator. 13 years ago
Armin Ronacher 2053d04db0 Improved interface for the URL build error handler 13 years ago
ekoka 12dcba8849 Update flask/testsuite/basic.py 13 years ago
Ron DuPlain 8c8c524ddb Re-raise BuildError with traceback. 13 years ago
Ron DuPlain bb31188ec3 Add a BuildError hook to url_for, #456. 13 years ago
Armin Ronacher cf1641e5be Changed the implementation of returning tuples from functions 13 years ago
James Saryerwinnie 075b6b11c8 Fix issue 140 13 years ago