mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
![]() ## Summary This PR introduces a new mdtest option `system` that can either be `in-memory` or `os` where `in-memory` is the default. The motivation for supporting `os` is so that we can write OS/system specific tests with mdtests. Specifically, I want to write mdtests for the module resolver, testing that module resolution is case sensitive. ## Test Plan I tested that the case-sensitive module resolver test start failing when setting `system = "os"` |
||
---|---|---|
.. | ||
diagnostic | ||
files | ||
system | ||
vendored | ||
display.rs | ||
file_revision.rs | ||
files.rs | ||
lib.rs | ||
panic.rs | ||
parsed.rs | ||
source.rs | ||
system.rs | ||
testing.rs | ||
vendored.rs |