flask/flask/testsuite
Armin Ronacher 7f35fc2935 Merge pull request #751 from ThomasWaldmann/sprint-branch
fixing issues found while debugging, fix error in 1 test
2013-05-30 07:08:17 -07: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 Merge pull request #739 from untitaker/sprint-branch 2013-05-22 12:16:25 -07:00
appctx.py fix issues in test_context_refcounts that were unnoticed yet as they did not make the test fail 2013-05-30 16:00:43 +02:00
basic.py Fixed a whole bunch of resource warnings in the flask testsuite 2013-05-30 14:31:36 +01:00
blueprints.py Fixed a whole bunch of resource warnings in the flask testsuite 2013-05-30 14:31:36 +01:00
config.py Use assert_false where appropriate 2013-05-22 20:17:29 +02:00
deprecations.py ported some more stuff to py 3.3 2013-05-22 01:33:04 +02: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 Fixed a broken test 2013-05-23 14:07:25 +01:00
helpers.py Disable direct passthrough for accessing the data attribute on newer Werkzeugs 2013-05-30 14:35:23 +01:00
regression.py Fix some literals 2013-05-22 17:09:37 +02:00
reqctx.py Use assert_false where appropriate 2013-05-22 20:17:29 +02:00
signals.py replace 1/0 by 1 // 0 to get rid of DeprecationWarning (and PEP8 issue) 2013-05-26 20:33:22 +02:00
subclassing.py replace 1/0 by 1 // 0 to get rid of DeprecationWarning (and PEP8 issue) 2013-05-26 20:33:22 +02:00
templating.py Use assert_in where appropriate 2013-05-22 20:12:50 +02:00
testing.py replace 1/0 by 1 // 0 to get rid of DeprecationWarning (and PEP8 issue) 2013-05-26 20:33:22 +02:00
views.py replace 1/0 by 1 // 0 to get rid of DeprecationWarning (and PEP8 issue) 2013-05-26 20:33:22 +02:00