def minimal_database():
my_testbed = testbed.Testbed()
my_testbed.activate()
my_testbed.init_datastore_v3_stub()
my_testbed.init_memcache_stub()
# Clear ndb's in-context cache between tests.
ndb.get_context().clear_cache()
评论列表
文章目录