package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

TestingContext returns context with base services installed: * go.chromium.org/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/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).