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
live_google_oauth: hits real Google OAuth endpoints; requires a valid token at .data/google_tokens/<user_id>.json. Skipped unless explicitly selected with `-m live_google_oauth`.
live_gemini: hits the real Gemini API; requires a valid GEMINI_API_KEY_USER_1 env var. Costs ~1 API call per test. Skipped unless explicitly selected with `-m live_gemini`. Use for behavior assertions (identity, refusal, tone) that fake httpx transports cannot simulate.
addopts = -m "not live_google_oauth and not live_gemini"