webtest を使用して開発サーバーで gaeunit を実行しようとすると、このエラーが発生します。
No module named webtest Status: 404 Not Found Content-Type: text/html; charset=utf-8 Cache-Control: no-cache Content-Length: 23 No module named webtest
gae ユニットを使用して、この Google App Engine doc からテストを実行しています。
https://code.google.com/p/gaeunit/ https://developers.google.com/appengine/docs/python/tools/handlertesting
通常の単体テストを行っている場合、テストは正常に機能します。
ジャンプしなければならない余分なフープはありますか?Ubuntu 13.10 を使用しています