pub fn is_integration_test() -> boolExpand description
What: Public wrapper for [is_integration_test_context].
Inputs: None.
Output: true when the process is running inside the integration test harness.
Details: Exposed so password.rs can gate test overrides.