What approach(es) have you used for lightweight Python unit-tests on App Engine?

后端 未结 6 1988
借酒劲吻你
借酒劲吻你 2021-01-30 02:16

I\'m about to embark on some large Python-based App Engine projects, and I think I should check with Stack Overflow\'s \"wisdom of crowds\" before committing to a unit-testing s

6条回答
  •  忘了有多久
    2021-01-30 03:15

    The SDK 1.4.3 Testbed API provides easy configuration of stub libraries for local integration tests.

提交回复
热议问题