How to get Eclipse + PyDev + App Engine + Unit testing to work?
- by PEZ
I want to run my unit tests for a Python Google App Engine project using
Run As = Python unit-test
But when I try that all my Model tests bail with the error message:
BadArgumentError: app must not be empty.
Anyone got this to work?
NB: The tests runs fine using Nose --with-gae. But I want the PyDev integration with hyperlinking of resources and such.