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
fix: extract shared auth test helpers, global config isolation, align docstring
- Move _inject_github_config / make_github_auth_entry to tests/auth_helpers.py
to eliminate duplication across test_extensions, test_presets, test_upgrade
- Move auth config isolation fixture to global conftest.py (autouse) so ALL
tests are isolated from ~/.specify/auth.json, not just test_upgrade
- Align load_auth_config docstring with actual behavior: ValueError may be
caught by higher-level HTTP helpers that warn and continue unauthenticated
- 1831 tests passing
0 commit comments