Documentation
¶
Overview ¶
Package conformance provides the reusable contract tests for mutable credential stores.
Importing testing from this non-test package is intentional: backend tests call Run with a factory that opens namespace-bound handles over one shared logical backend. The suite observes the full credentialstore.Store contract, including conditional mutation, and does not apply to read-only Reader implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(t *testing.T, factory Factory, wantCaps credentialstore.Capabilities)
Run executes the credential-store contract against factory.
Types ¶
Click to show internal directories.
Click to hide internal directories.