Expand description
Test utilities for managing test providers and cleanup
This module provides utilities to ensure test providers use the “test-” prefix and are automatically cleaned up after tests complete.
Structs§
- Test
Guard - RAII guard for test cleanup
Constants§
- TEST_
PROVIDER_ PREFIX - Prefix for test providers to avoid conflicts with real configurations
Functions§
- cleanup_
test_ providers - Clean up test providers from the configuration directory
- get_
test_ provider_ name - Get test provider name with prefix
- init_
test_ env - Initialize test environment - call this once at the start of test runs