ruff/crates/red_knot_python_semantic/resources/mdtest/diagnostics
Max Mynter f584b66824
Expand Semantic Syntax Coverage (#17725)
Re: #17526 

## Summary
Adds tests to red knot and `linter.rs` for the semantic syntax. 

Specifically add tests for `ReboundComprehensionVariable`,
`DuplicateTypeParameter`, and `MultipleCaseAssignment`.

Refactor the `test_async_comprehension_in_sync_comprehension` →
`test_semantic_error` to be more general for all semantic syntax test
cases.

## Test Plan
This is a test.

## Question
I'm happy to contribute more tests the coming days. 

Should that happen here or should we merge this PR such that the
refactor `test_async_comprehension_in_sync_comprehension` →
`test_semantic_error` is available on main and others can chime in, too?
2025-04-30 10:14:08 -04:00
..
attribute_assignment.md [red-knot] Document current state of attribute assignment diagnostics (#16746) 2025-03-14 20:34:43 +01:00
invalid_argument_type.md [red-knot] Better diagnostics for method calls (#16362) 2025-02-25 09:58:08 +01:00
no_matching_overload.md [red-knot] Support multiple overloads when binding parameters at call sites (#16568) 2025-03-11 15:08:17 -04:00
semantic_syntax_errors.md Expand Semantic Syntax Coverage (#17725) 2025-04-30 10:14:08 -04:00
shadowing.md red_knot_python_semantic: migrate INVALID_ASSIGNMENT for shadowing 2025-04-22 12:08:03 -04:00
unpacking.md red_knot_python_semantic: add invalid assignment diagnostic snapshot 2025-04-22 12:08:03 -04:00
unresolved_import.md [red-knot] fix unresolvable import range (#15976) 2025-02-05 14:01:58 -05:00
unsupported_bool_conversion.md red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest 2025-04-24 11:43:01 -04:00
version_related_syntax_errors.md [red-knot] Detect version-related syntax errors (#16379) 2025-04-17 14:00:30 -04:00