flask/flask/testsuite
2011-09-18 12:22:42 +02: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 Added tests for old imports 2011-09-18 03:26:46 +02:00
__init__.py Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04:00
basic.py Update the testsuite to not freak out about a change in Werkzeug 0.8 that changed the behavior of misconfigured hosts. 2011-09-03 17:13:01 +02:00
blueprints.py Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04:00
config.py Fixed a bug in the testsuite that caused problems when dots where in directory names 2011-08-26 11:48:33 +01: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 Do not set dotted attributes on flask.ext 2011-09-18 12:22:42 +02:00
helpers.py Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04: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 Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04:00
testing.py Merge pull request #309 from embe/master 2011-09-07 02:44:08 -07:00
views.py Simplified HEAD handling for method views 2011-09-17 19:39:10 +02:00