Expand description
Shared conformance test harness for Greentic secrets providers. Intended for use in integration tests with provider crates.
Structs§
- Capabilities
- Optional provider features exercised by the suite.
- Conformance
Suite - Runs the shared conformance suite against a provider.
- TestEnv
- Parsed test environment configuration.
- Test
Prefix
Traits§
- Provider
Under Test - Minimal contract each provider must satisfy for conformance.
Functions§
- assert_
deleted - assert_
get_ eq - medium_
payload - parse_
bool_ env - Parse a truthy env var in a tolerant way.
- random_
bytes - retry_
async - Retry an async operation with fixed backoff.
- small_
payload