astral-sh/uv

Test coverage for retrieval of git credentials from the helper

Open

#2048 aperta il 28 feb 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (3111 fork)batch import
help wantedtesting

Metriche repository

Star
 (84.934 star)
Metriche merge PR
 (Merge medio 7g 16h) (259 PR mergiate in 30 g)

Descrizione

Related to https://github.com/astral-sh/uv/issues/1980#issuecomment-1969576444

Our tests are not currently isolated from the global git credential helper, which is used to retrieve credentials if not provided in the URL. We should write a utility to isolate tests from the global credential helper and add test coverage where we populate a credential helper with a password to retrieve a dependency and install it without providing the password directly.

Guida contributor