bundled/markdown2/PKG-INFO @ 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 5101c0cba85d
children (none)
Metadata-Version: 1.0
Name: markdown2
Version: 1.0.1.17
Summary: markdown2: A fast and complete Python implementaion of Markdown.
Home-page: http://code.google.com/p/python-markdown2/
Author: Trent Mick
Author-email: trentm@gmail.com
License: http://www.opensource.org/licenses/mit-license.php
Description: Markdown is a text-to-HTML filter; it translates an easy-to-read /
        easy-to-write structured text format into HTML.  Markdown's text
        format is most similar to that of plain text email, and supports
        features such as headers, *emphasis*, code blocks, blockquotes, and
        links.  -- http://daringfireball.net/projects/markdown/
        
        This is a fast and complete Python implementation of the Markdown
        spec.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Markup :: HTML