## Summary This is a first step towards creating a test suite for [descriptors](https://docs.python.org/3/howto/descriptor.html). It does not (yet) aim to be exhaustive. relevant ticket: #15966 ## Test Plan Compared desired behavior with the runtime behavior and the behavior of existing type checkers. --------- Co-authored-by: Mike Perlov <mishamsk@gmail.com>
Markdown files within the mdtest/ subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs integration test.
See crates/red_knot_test/README.md for documentation of this test format.