You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Armin Ronacher 32cdb7298f Merge branch 'master' of github.com:mitsuhiko/flask 14 years ago
..
static Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
templates Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
test_apps Deal with partially setup packages in the redirect hook. 14 years ago
__init__.py Add to sys.path, not sys.path_info 14 years ago
basic.py Context preserving is now part of Flask and not the test client. This fixes #326 14 years ago
blueprints.py Import with statement in testsuite, Python 2.5. 14 years ago
config.py Fixed a bug in the testsuite that caused problems when dots where in directory names 14 years ago
deprecations.py Import with statement in testsuite, Python 2.5. 14 years ago
examples.py Split up testsuite and moved it to flask.testsuite. This fixes #246 14 years ago
ext.py Do not break extension tests if tested with installed extensions. 14 years ago
helpers.py Import with statement in testsuite, Python 2.5. 14 years ago
signals.py Changed assert to self.assert_ where it was still in place 14 years ago
subclassing.py Added an testcase for subclassing of Flask to supress logging 14 years ago
templating.py Import with statement in testsuite, Python 2.5. 14 years ago
testing.py Merge pull request #309 from embe/master 14 years ago
views.py Simplified HEAD handling for method views 14 years ago