1 2 3 4 5 6 7
//! Integration tests for uv synchronization and settings. #[cfg(all(feature = "test-python", feature = "test-pypi"))] mod show_settings; #[cfg(all(feature = "test-python", feature = "test-pypi"))] mod sync;