Skip to main content

Module test_utils

Module test_utils 

Source
Expand description

Test utilities for steer-core

This module provides helpers for testing that need to be accessible across crate boundaries.

Structs§

InMemoryAuthStorage
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 AppConfig for tests with a fresh provider
test_llm_config_provider
Create an LlmConfigProvider backed by in-memory auth storage for tests