bundled/flask/extreview/listed.rst @ 9030dc9517cf

web: add basic tests

This patch adds a new test module `test_web` to automate testing of web
requests. For now the tests are rather simple and only check for
expected status codes.

To set up the flask app within the tests, it has to be configured
properly. This is the reason why the app configuration part in `web.py`
has been moved into an own function - now it may also be used by the
test module.
author Oben Sonne <obensonne@googlemail.com>
date Mon, 02 Jul 2012 22:32:48 +0200
parents f33efe14bff1
children (none)
Listed Extensions
=================

This list contains extensions that passed listing.  This means the
extension is on the list of extensions on the website.  It does not
contain extensions that are approved.


Flask-CouchDBKit
----------------

:Last-Review: 2010-07-25
:Reviewed Version: 0.2

Would be fine for approval, but the test suite is not part of the sdist
package (missing entry in MANIFEST.in) and the test suite does not respond
to either "make test" or "python setup.py test".


flask-csrf
----------

:Last-Review: 2010-07-25
:Reviewed Version: 0.2

Will not be approved because this is functionality that should be handled
in the form handling systems which is for Flask-WTF already the case.
Also, this implementation only supports one open tab with forms.

Name is not following Flask extension naming rules.

Considered for unlisting.


flask-lesscss
-------------

:Last-Review: 2010-07-25
:Reviewed Version: 0.9.1

Broken package description, nonconforming package name, does not follow
standard API rules (init_lesscss instead of lesscss).

Considered for unlisting, improved version should release as
"Flask-LessCSS" with a conforming API and fixed packages indices, as well
as a testsuite.


Flask-OAuth
-----------

:Last-Review: 2010-07-25
:Reviewed Version: 0.9

Short long description, missing tests.


Flask-OpenID
------------

:Last-Review: 2010-07-25
:Reviewed Version: 1.0.1

Short long description, missing tests.