Using GAE Testbed with GAEUnit: Testing that email was sent
In my quest for testing if emails are being sent by my app engine app, I came across GAE Testbed. GAE Testbed … is a set of base test cases to make it simple to test the more complicated pieces of AppEngine’s framework (such as sending E-mail messages, the datastore, Memcache, etc.) Since I’m already using [...]
