flask/flask/testsuite
2013-05-18 18:03:37 +02:00
..
static Split up testsuite and moved it to flask.testsuite. This fixes #246 2011-08-26 11:21:26 +01:00
templates Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332 2012-10-07 12:51:46 +02:00
test_apps Add .egg for zipimporter instance path test. 2012-01-16 09:05:42 -05:00
__init__.py python-modernize automated changes: misc. minor stuff 2013-05-18 17:57:43 +02:00
appctx.py flask.g is now on the app context and not the request context 2012-12-21 11:45:42 +01:00
basic.py Added uuid support for new session serialization and documented it 2013-05-14 11:33:36 +01:00
blueprints.py Add @template_test() decorator for creating custom jinja2 tests, like existing @template_filter() for filters. Fixes #332 2012-10-07 12:51:46 +02:00
config.py python-modernize automated changes: misc. minor stuff 2013-05-18 17:57:43 +02:00
deprecations.py Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04:00
examples.py Split up testsuite and moved it to flask.testsuite. This fixes #246 2011-08-26 11:21:26 +01:00
ext.py Refactored flask.ext process to not swallow exceptions on weird Pythons. 2011-09-27 13:33:23 +02:00
helpers.py python-modernize automated changes: fix_next 2013-05-18 18:03:37 +02:00
regression.py Disabled memory tests by default 2013-05-14 11:51:38 +01:00
reqctx.py Added flask.copy_current_request_context which simplies working with greenlets 2013-05-14 11:00:04 +01:00
signals.py Flash messages signals 2013-02-28 01:19:52 -03:00
subclassing.py various typo fixes 2012-09-06 18:04:51 +01:00
templating.py Added template_global, fixes #657 2013-01-27 00:46:19 +00:00
testing.py make_test_environ_builder when used with subdomains was not working correctly, now it uses urlparse module for detecting full URL and changing path and base_url correctly 2012-10-07 12:48:19 +02:00
views.py The builder on github is using python 2.5, the views.py testsuite uses the with 2012-10-16 16:57:57 -04:00