I want to run my unit tests for a Python project for Google App Engine using
Running As => Python Block Test
But when I try to run all my model tests with an error message:
BadArgumentError: app must not be empty.
Has anyone got this to work?
NB: tests work fine using Nose --with-gae. But I want PyDev integration with resource hyperlink, etc.
source share