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
test(waiter): add tests for invalid match type combinations
Add tests to validate error handling for invalid match type combinations, covering:
- Mismatched lengths of patterns and match types
- Invalid pattern types for specific match types
- Empty pattern lists
- Non-callable patterns with PREDICATE match type
- Mixed match types with invalid pattern type combinations
These tests ensure the library raises appropriate exceptions with helpful error messages when invalid inputs are provided.
0 commit comments