import "go.chromium.org/luci/appengine/gaetesting"
TestingContext returns context with base services installed:
* go.chromium.org/luci/gae/impl/memory (in-memory appengine services) * go.chromium.org/luci/server/caching (access to process cache) * go.chromium.org/luci/server/secrets/testsecrets (access to fake secret keys)
TestingContextWithAppID returns context with the specified App ID and base services installed:
* go.chromium.org/luci/gae/impl/memory (in-memory appengine services) * go.chromium.org/luci/server/caching (access to process cache) * go.chromium.org/luci/server/secrets/testsecrets (access to fake secret keys)
Package gaetesting imports 6 packages (graph) and is imported by 1 packages. Updated 2021-01-24. Refresh now. Tools for package owners.