flask/flask/testsuite
Ron DuPlain 83189f20bf Add .egg for zipimporter instance path test.
.gitignore contains '*.egg'
2012-01-16 09:05:42 -05: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
basic.py Store session after callbacks. This fixes #351 2011-11-20 16:54:40 +01:00
blueprints.py Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04:00
config.py Update tests for new module helpers. 2012-01-07 17:55:02 -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 discussion to NoImportsTestCase. 2012-01-09 10:25:06 -05: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 Import with statement in testsuite, Python 2.5. 2011-09-01 12:35:04 -04: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