uv 0.11.21

A Python package and project manager
Documentation
//! Miscellaneous integration tests for uv.

use uv_test::pypi_proxy;

mod auth;

mod branching_urls;

#[cfg(all(
    feature = "test-python",
    feature = "test-pypi",
    feature = "test-ecosystem"
))]
mod ecosystem;

mod help;

mod network;

#[cfg(feature = "test-pypi")]
mod publish;

#[cfg(feature = "self-update")]
mod self_update;

mod upgrade;

mod version;