ruff/crates/ty_python_semantic/resources/mdtest/generics/pep695
Douglas Creager 17850eee4b
[ty] Reformat constraint set mdtests (#21111)
This PR updates the mdtests that test how our generics solver interacts
with our new constraint set implementation. Because the rendering of a
constraint set can get long, this standardizes on putting the `revealed`
assertion on a separate line. We also add a `static_assert` test for
each constraint set to verify that they are all coerced into simple
`bool`s correctly.

This is a pure reformatting (not even a refactoring!) that changes no
behavior. I've pulled it out of #20093 to reduce the amount of effort
that will be required to review that PR.
2025-10-28 14:59:49 -04:00
..
aliases.md [ty] fix infinite recursion with generic type aliases (#20969) 2025-10-23 14:14:30 +00:00
classes.md [ty] Fix bug where ty would think all types had an __mro__ attribute (#20995) 2025-10-27 11:19:12 +00:00
functions.md [ty] bidirectional type inference using function return type annotations (#20528) 2025-10-11 00:38:35 +00:00
variables.md [ty] Reformat constraint set mdtests (#21111) 2025-10-28 14:59:49 -04:00
variance.md [ty] impl VarianceInferable for KnownInstanceType (#20924) 2025-10-17 21:12:19 +02:00