-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[semantic-syntax-tests] for for InvalidStarExpression, DuplicateMatchKey, and DuplicateMatchClassAttribute
#17754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
InvalidStarExpression, DuplicateMatchKey, and DuplicateMatchClassAttribute
|
carljm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
red-knot tests look good
ntBre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
for `InvalidStarExpression`, `DuplicateMatchKey`, and `DuplicateMatchClassAttribue`
c54410d to
ea62fc9
Compare
|
I rebased to pick up the |
|
Ah, I forgot we changed the error message in #17772 too. I'll push one more update. |
…tchKey`, and `DuplicateMatchClassAttribute` (#17754) Re: #17526 ## Summary Add integration tests for Python Semantic Syntax for `InvalidStarExpression`, `DuplicateMatchKey`, and `DuplicateMatchClassAttribute`. ## Note - Red knot integration tests for `DuplicateMatchKey` exist already in line 89-101. <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan This is a test. <!-- How was it tested? -->
…tchKey`, and `DuplicateMatchClassAttribute` (astral-sh#17754) Re: astral-sh#17526 ## Summary Add integration tests for Python Semantic Syntax for `InvalidStarExpression`, `DuplicateMatchKey`, and `DuplicateMatchClassAttribute`. ## Note - Red knot integration tests for `DuplicateMatchKey` exist already in line 89-101. <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan This is a test. <!-- How was it tested? -->
Re: #17526
Summary
Add integration tests for Python Semantic Syntax for
InvalidStarExpression,DuplicateMatchKey, andDuplicateMatchClassAttribute.Note
DuplicateMatchKeyexist already in line 89-101.Test Plan
This is a test.