Automated Testing using App Engine Service APIs (and a Memcaching Memoizer)
I'm a fan of Test-driven development, and automated testing in general. As such, I’ve been trying ensure that the LibraryHippo code has an adequate set of automated tests before deploying new versions.
Importing Google App Engine Modules
Unfortunately, testing code that relies on the Google App Engine SDK is …