I am writing a web application using web2py for execution on app engine. I've deployed other web2py apps there but I've never used any app engine-specific utilities. In this project I want to use app engine's taskqueue and run it on a backend instance.
I'm developing on app engine's dev_appserver which is working out okay, but but I'm not seeing how to do unit testing. Is this a problem that has been solved already?