ruff/crates/red_knot_python_semantic/resources/mdtest/comparison
Carl Meyer dcabb948f3
[red-knot] add special case for float/complex (#16166)
When adjusting the existing tests, I aimed to avoid dealing with the
special case in other tests if it's not necessary to do so (that is,
avoid using `float` and `complex` as examples where we just need "some
type"), and keep the tests for the special case mostly collected in the
mdtest dedicated to that purpose.

Fixes https://github.com/astral-sh/ruff/issues/14932
2025-02-14 12:24:10 -08:00
..
instances [red-knot] add special case for float/complex (#16166) 2025-02-14 12:24:10 -08:00
byte_literals.md [red-knot] have mdformat wrap mdtest files to 100 columns (#14020) 2024-10-31 21:00:51 +00:00
identity.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
integers.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
intersections.md [red-knot] Add missing imports in mdtests (#15869) 2025-02-03 09:27:29 +00:00
non_bool_returns.md [red-knot] More precise inference for chained boolean expressions (#15089) 2024-12-22 10:02:28 -08:00
strings.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
tuples.md [red-knot] add special case for float/complex (#16166) 2025-02-14 12:24:10 -08:00
unions.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
unsupported.md Display Union of Literals as a Literal (#14993) 2025-01-08 00:58:38 +00:00