Mercurial > hg > ltpdarepo
view buildout.cfg @ 73:3d5850d65603
Factor out test case setup code for tests requiring the application request context.
author | Daniele Nicolodi <daniele@grinta.net> |
---|---|
date | Mon, 15 Aug 2011 20:06:25 +0200 |
parents | 6d3a309701af |
children | 5a3c91771914 |
line wrap: on
line source
[buildout] parts = flask develop = src [flask] recipe = zc.recipe.egg eggs = Flask WTForms ordereddict argparse ltpdarepo interpreter = python [wsgi] recipe = zc.recipe.egg eggs = ${flask:eggs} entry-points = wsgi=ltpdarepo:main initialization = from ltpdarepo import app as application application.config.from_pyfile('${buildout:directory}/src/ltpdarepo/config.py')