15 Commits (0932d8f428ae6c7cb6615a6a146e417eb182ec4d)

Author SHA1 Message Date
David Lord 9560f22bb6
clean up 7 years ago
Bijan Vakili a417e41d27 Update documentation and regression tests to clarify that Flask.teardown_appcontext() only receives unhandled exceptions 7 years ago
Christian Stade-Schuldt 5b0b9717da DRYing up the test suite using pytest fixtures (#2306) 7 years ago
Armin Ronacher 8482ce6b8c Improve application context popping 8 years ago
ThiefMaster bbaf20de7c Add pop and setdefault to AppCtxGlobals 9 years ago
Martijn Pieters ec0d208bc1 Switch away from using None as default value for the exception when tearing down a context. 10 years ago
Parkayun 33534bb4a9 Happy New Year 2015 10 years ago
Petr Zemek 4840fc0edc Change `== None` to `is None`. 10 years ago
Markus Unterwaditzer c6795eb626 Remove useless unittest imports 10 years ago
Markus Unterwaditzer af4cb0ff2b Remove flask superclass 10 years ago
Markus Unterwaditzer d0cf5ef394 WIP 10 years ago
Markus Unterwaditzer 7e8f1053bb Fix assertion error 10 years ago
Markus Unterwaditzer 5da2c00419 Rewrite assertion methods 10 years ago
Markus Unterwaditzer 8fa5e32d9a Tests pass now. 10 years ago
Markus Unterwaditzer 961db8ad72 Made tests recognizable 10 years ago
Markus Unterwaditzer 3550b26071 Move tests 10 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Daniel Neuhäuser a3a2f521f1 Clear exceptions when pushing a context 11 years ago
Thomas Waldmann 51042f4c9f fix issues in test_context_refcounts that were unnoticed yet as they did not make the test fail 11 years ago
Daniel Neuhäuser 239780be28 Use assert_true instead of assert_ 11 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 11 years ago
Armin Ronacher 1949c4a9ab flask.g is now on the app context and not the request context 12 years ago
Armin Ronacher d5218997d9 Added flask.stream_with_context 12 years ago
Ron DuPlain 33bae1a8dc Add Flask.request_globals_class to customize g. 13 years ago
Armin Ronacher 9bed20c07c Added documentation for appcontext and teardown handlers 13 years ago
Armin Ronacher f8f2e2dff4 Added more tests for the new stack behavior. 13 years ago
Armin Ronacher 307d1bc4e5 Added support for basic URL generation without request contexts. 13 years ago