flask/flask/testsuite
2012-04-22 12:30:15 -04:00
..
static Split up testsuite and moved it to flask.testsuite. This fixes #246 2011-08-26 11:21:26 +01:00
templates Split up testsuite and moved it to flask.testsuite. This fixes #246 2011-08-26 11:21:26 +01:00
test_apps Add .egg for zipimporter instance path test. 2012-01-16 09:05:42 -05:00
__init__.py Add to sys.path, not sys.path_info 2011-09-23 10:34:41 +03:00
appctx.py Added documentation for appcontext and teardown handlers 2012-04-09 17:29:00 +01:00
basic.py Add a BuildError hook to url_for, #456. 2012-04-22 12:30:15 -04:00
blueprints.py Expose send_file max-age as config value, #433. 2012-03-13 16:34:16 -07:00
config.py Cleaned up test case for issue #414. 2012-03-01 08:53:58 -05: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 Add test for jsonify padded=False, #495. 2012-04-21 18:40:02 -04:00
regression.py Break up a circular dependency on shutdown 2011-11-05 17:43:40 +01:00
signals.py Changed assert to self.assert_ where it was still in place 2011-08-26 11:43:27 +01:00
subclassing.py Added an testcase for subclassing of Flask to supress logging 2011-09-05 18:52:28 +02:00
templating.py Allow loading template from iterable 2012-02-24 00:46:20 -06:00
testing.py Added a branch to test functionality enabled by new test client 2011-11-28 22:48:14 +01:00
views.py Simplified HEAD handling for method views 2011-09-17 19:39:10 +02:00