Hi overflowed. I'am wondering, how to write integration tests, that involves DB interaction, for Google app engine?
It's seems - no problem to run this test at Google, on "live" db, using GAEUnit SO Thread But, this seems bad practice to me, because it's live environment.
Google has provided examples of such tests, for java, but not for python link. Do anybody know how to setup database locally, during test setup on python?