Google App Engine (Python) でテストを書くにはどうしたらいいんだろう、と思ってちょろっと調べた。
Google で検索してまずここを見た。
http://blog.appenginefan.com/2008/06/unit-tests-for-google-app-engine-apps.html
ここも見た。
http://coreblog.org/ats/3-tips-to-perform-test-driven-development-with-google-app-engine
nose-gae
nose-gae
http://code.google.com/p/nose-gae/
使い方
http://farmdev.com/projects/nosegae/
python に nose というテスティングフレームワークがあるっぽくて、それを GAE アプリで使えるようにしているもののよう。
簡単に使えそうな印象。
nose
http://somethingaboutorange.com/mrl/projects/nose/0.11.1/
webtest という WSGI アプリをテストするためのライブラリと組み合わせて使うとよさそう。







