Commit Graph

3 Commits (65a17afd9f7384936af46dc2d749f3d5ea0639a2)

Author SHA1 Message Date
Jason 65a17afd9f test: add comprehensive unit tests for AuthType
Add unit tests for api/services/auth/auth_type.py covering:
- Basic enum properties and StrEnum inheritance
- String representation and value validation
- Type safety and invalid access handling
- Iteration, membership, and immutability
- Hash support and JSON serialization
- Integration with ApiKeyAuthFactory
9 months ago
Jason Young 274142c4c2
test: add comprehensive unit tests for auth service module (#22662) 9 months ago
Jason Young f2389771cf
test: add comprehensive API key authentication service tests (#22572) 9 months ago