Modules§
- test_
data - Test utilities for creating secure test data
Structs§
- Test
Environment - Environment variable isolation for tests This ensures tests cannot interfere with each other or the host system
- Test
Environment Guard - RAII guard for test environment isolation Usage: let _env = TestEnvironmentGuard::new().with_jwt_secret(“test-secret”);
Functions§
- with_
global_ lock - Ensure only one test that modifies global state runs at a time