ruff/crates/red_knot_python_semantic/resources/mdtest
David Peter 657d26ff20
Some checks are pending
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo build (release) (push) Waiting to run
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / benchmarks (push) Blocked by required conditions
[red-knot] Tests for 'while' loop boundness (#14944)
## Summary

Regression test(s) for something that broken while implementing #14759.
We have similar tests for other control flow elements, but feel free to
let me know if this seems superfluous.

## Test Plan

New mdtests
2024-12-12 21:06:56 +01:00
..
annotations [red-knot] Add explicit TODO branches for many typing special forms and qualifiers (#14936) 2024-12-12 17:57:26 +00:00
assignment Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
binary Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
boolean Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
call Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
comparison Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
conditional Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
declaration Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
exception [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
expression Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
function [red-knot] function parameter types (#14802) 2024-12-06 12:55:56 -08:00
import Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
literal Migrate some inference tests to mdtests (#14795) 2024-12-06 11:19:22 +01:00
loops [red-knot] Tests for 'while' loop boundness (#14944) 2024-12-12 21:06:56 +01:00
narrow Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
regression [red-knot] Do not attach diagnostics to wrong file (#14337) 2024-11-14 15:39:51 +01:00
scopes [red-knot] Precise inference for __class__ attributes on objects of all types (#14921) 2024-12-11 17:30:34 +00:00
shadowing Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
stubs Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
subscript [red-knot] Understand typing.Tuple (#14927) 2024-12-12 00:58:06 +00:00
type_of [red-knot] Fixes to Type::to_meta_type (#14942) 2024-12-12 19:55:11 +00:00
unary Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
with Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00
.mdformat.toml [red-knot] have mdformat wrap mdtest files to 100 columns (#14020) 2024-10-31 21:00:51 +00:00
attributes.md [red-knot] Make attributes.md test future-proof (#14923) 2024-12-11 20:46:24 +01:00
generics.md [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
invalid_syntax.md [red-knot] Separate invalid syntax code snippets (#14803) 2024-12-06 02:41:33 +00:00
mdtest_config.md Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
metaclass.md [red-knot] Fixes to Type::to_meta_type (#14942) 2024-12-12 19:55:11 +00:00
mro.md [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00
sys_version_info.md [red-knot] Support for TOML configs in Markdown tests (#14785) 2024-12-06 10:22:08 +01:00
type_alias.md [red-knot] PEP 695 type aliases (#14357) 2024-11-22 08:47:14 +01:00
unpacking.md [red-knot] Infer precise types for len() calls (#14599) 2024-12-04 11:16:53 -08:00