How to locally unit test python 3 app engine application?
问题 I have testbed setup locally to test python2.7 based app engine application. As part of the python3 migration activity, I am wondering how do I setup the app engine testbed. It seems I can't use my existing python2.7 testbed because of the changes in app engine libraries. Can anybody help me in setting it up? 回答1: I couldn't find any relevant doc for the new AppEngine 3 environment and the testbed package. According to the documentation in the python docs for AppEngine the testbed package