The overall setup is that I have a gae, wsgi application and I am trying to 
include lettuce with webtest to automate the testing. 

1. I am trying to run lettuce from myapp/tests/ directory. 
2. myapp/tests/features directory contains the features and steps 
description as input to lettuce. In one of these steps (TestApp 
constructor) I need to use wsgiapp as an input as described in the webtest 
tutorial [1]. 

I am having difficulty performing both 1. and 2. 

[1] http://webtest.pythonpaste.org/en/latest/index.html#testapp

Reply via email to