ruff/crates/red_knot_python_semantic/resources/mdtest
David Peter 907047bf4b
[red-knot] Add tests for member lookup on union types (#14296)
## Summary

- Write tests for member lookups on union types
- Remove TODO comment

part of: #14022

## Test Plan

New MD tests
2024-11-12 14:11:55 +01:00
..
annotations [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +00:00
assignment [red-knot] Review remaining 'possibly unbound' call sites (#14284) 2024-11-11 20:48:49 +01:00
binary [red-knot] Add MRO resolution for classes (#14027) 2024-11-04 13:31:38 +00:00
boolean [red-knot] Remove Type::Unbound (#13980) 2024-10-31 20:05:53 +01:00
call [red-knot] Improve Symbol API for callable types (#14137) 2024-11-07 19:58:31 +01:00
comparison [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +00:00
conditional [red-knot] Remove Type::Unbound (#13980) 2024-10-31 20:05:53 +01:00
declaration [red-knot] Remove lint-phase (#13922) 2024-10-25 18:40:52 +00:00
exception [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +00:00
expression [red-knot] Review remaining 'possibly unbound' call sites (#14284) 2024-11-11 20:48:49 +01:00
import [red-knot] Diagnostic for possibly unbound imports (#14281) 2024-11-11 20:26:01 +01:00
literal [red-knot] Literal special form (#13874) 2024-11-05 01:45:46 +00:00
loops [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +00:00
narrow [red-knot] Diagnostic for possibly unbound imports (#14281) 2024-11-11 20:26:01 +01:00
scopes [red-knot] Review remaining 'possibly unbound' call sites (#14284) 2024-11-11 20:48:49 +01:00
shadowing [red-knot] have mdformat wrap mdtest files to 100 columns (#14020) 2024-10-31 21:00:51 +00:00
stubs [red-knot] Add MRO resolution for classes (#14027) 2024-11-04 13:31:38 +00:00
subscript [red-knot] Infer type of if-expression if test has statically known truthiness (#14048) 2024-11-01 12:23:18 -07:00
unary [red-knot] Diagnostic for possibly unbound imports (#14281) 2024-11-11 20:26:01 +01:00
with [red-knot] Shorten the paths for some mdtest files (#14267) 2024-11-11 11:34:33 +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] Add tests for member lookup on union types (#14296) 2024-11-12 14:11:55 +01:00
generics.md [red-knot] infer types for PEP695 typevars (#14182) 2024-11-08 21:23:05 +00:00
metaclass.md [red-knot] Improve error message for metaclass conflict (#14174) 2024-11-08 11:58:57 +00:00
mro.md [red-knot] Add MRO resolution for classes (#14027) 2024-11-04 13:31:38 +00:00
sys_version_info.md [red-knot] Infer Literal types from comparisons with sys.version_info (#14244) 2024-11-11 13:58:16 +00:00
unpacking.md Fix duplicate unpack diagnostics (#14125) 2024-11-06 11:28:29 +00:00