Expand description
Test utilities for steer-core
This module provides helpers for testing that need to be accessible across crate boundaries.
Structs§
- InMemory
Auth Storage - In-memory storage for testing - doesn’t use keyring or filesystem
Functions§
- read_
only_ session_ config - Build a minimal read-only session config for tests.
- test_
app_ config - Convenience to build an
AppConfigfor tests with a fresh provider - test_
llm_ config_ provider - Create an
LlmConfigProviderbacked by in-memory auth storage for tests