I am trying to integrate nose and NoseGAE in a Python project.
Tried running:
nosetests tests --with-gae in virtualenv
ERROR: from oauth2client.contrib.appengine import AppAssertionCredentials ImportError: No module named contrib.appengine
The weird thing is it resolves everything else oauth2client
, checks the contrib.appengine
, and exits in the Python site-package.