You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Suppress warning during test collection when .env has REQUIRE_TLS=false",
"reason": "Expected behavior, not a defect: warning is intentional and informational. Tests using Settings(_env_file=None) are already isolated. Cosmetic noise from developer .env overrides is acceptable per design."
},
{
"title": "Add test isolation for module-level settings imports in cli.py and executor.py",
"reason": "Out of scope: test coverage for code outside what was just touched. New tests in test_config.py already cover the Settings behavior; side effects on legacy imports are expected and documented."