astral-sh/uv

Add Windows unit test coverage to `uv-interpreter` discovery

Open

#3709 opened on May 21, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (84,934 stars) (3,111 forks)batch import
help wantedtestingwindows

Description

Follow-up to https://github.com/astral-sh/uv/pull/3266

Our mock interpreters only work on Unix, so we don't have good Windows test coverage for interpreter discovery behavior. We should build a mock interpreter utility for Windows.

Contributor guide