Hi,
I'm currently unit testing my GAE application the same way described
here and
here with a custom test runner script (launched from command line).
I've just discovered aeta and I want to migrate my tests suite to use aeta instead of custom script and also in order to test in production environment.
I followed the instructions to use aeta and it works well except for some test cases.
The problem is that it doesn't seem to work for handlers testing which use "webtest" module.
The error I faced is: it cannot import "webtest" module and also mail_stub doesn't work either.
I searched on Google but couldn't find anything about this problem.
Is there a way to test handlers using aeta and webtest module? please.
Or maybe I missed something about aeta?
Thanks in advance.