Remove auth subtree (moved to mountainash-auth-client)#45
Merged
Conversation
…tainash-auth-client)
- Removes test_auth_modes_are_authspec method from invariants - Disables import of AuthSpec from mountainash_auth_client - Simplifies profile validation logic for auth modes
[tests]: Add test cases for pydantic assignment validation - Add tests for secret string wrapping on direct attribute assignment - Add tests for enum coercion on direct attribute assignment - Add tests for after validator transformations on direct attribute assignment - Ensure validate_assignment remains enabled on base and profile classes
- Replaces auth client imports with stubs in test files - Introduces lightweight auth model stubs for test isolation - Removes test files dependent on external auth client - Updates test cases to use local stub implementations
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
auth/subtree entirely (14 files) — auth schemas now live inmountainash-auth-client_auth_kwargs()fromProfile— replaced by standaloneauth_kwargs()in mountainash-auth-clientinvariants.pyto importAuthSpecfrommountainash-auth-client__init__.pyDependencies
Test plan
from mountainash_settings.authimports in src/ or tests/Profileno longer has_auth_kwargsmethodmountainash_settingspackage🤖 Generated with Claude Code