astral-sh/uv

Test coverage for retrieval of git credentials from the helper

Open

#2 048 ouverte le 28 févr. 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (3 111 forks)batch import
help wantedtesting

Métriques du dépôt

Stars
 (84 934 stars)
Métriques de merge PR
 (Merge moyen 7j 16h) (259 PRs mergées en 30 j)

Description

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.

Guide contributeur