flask/tests
Martijn Pieters ec0d208bc1 Switch away from using None as default value for the exception when tearing down a context.
When an exception has been handled when using the request / app context in a with statement, `sys.exc_info()` will still contain the exception information even though it has been handled already. The `__exit__` methods pass in `None` for the exception value in that case, which needs to be distinguisable from the default value for the `exc` parameter. Use a dedicated singleton sentinel value instead.
2015-03-23 15:17:19 +00:00
..
static Move tests 2014-09-11 22:09:50 +02:00
templates Move tests 2014-09-11 22:09:50 +02:00
test_apps Remove more test_apps 2014-09-11 22:09:52 +02:00
conftest.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_appctx.py Switch away from using None as default value for the exception when tearing down a context. 2015-03-23 15:17:19 +00:00
test_basic.py make test_request_preprocessing_early_return more thorough 2015-02-06 13:11:23 -08:00
test_blueprints.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_config.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_deprecations.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_ext.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_helpers.py Changed error message to include actual exception contents 2015-03-05 13:04:38 -05:00
test_instance_config.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_regression.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_reqctx.py Switch away from using None as default value for the exception when tearing down a context. 2015-03-23 15:17:19 +00:00
test_signals.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_subclassing.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_templating.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_testing.py Happy New Year 2015 2015-01-02 11:35:00 +09:00
test_views.py Happy New Year 2015 2015-01-02 11:35:00 +09:00