Search code examples
unit-testinggoogle-app-enginenosenosetestsgaeunit

Using gaetestbed within virtualenv


I'd like to give GAE Testbed a try, but am running into the following error after completing the instructions on its homepage.

$ nosetests --with-gae
...
ImportError: No module named dev_appserver

I've confirmed that this happens in both a virtualenv and outside of one.


Solution

  • Resolved by adding google_appengine directory to PYTHONPATH.