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
refactor: convert string-based Enum classes to StrEnum
Replace Enum classes with string values with Python 3.11+ StrEnum for better
type safety, cleaner string conversion, and more explicit string enumeration
semantics in test configuration and execution contexts.
0 commit comments