1 2 3 4 5 6 7 8 9
//! Tests for the package registry and cache, grouped by the concern each one //! covers. mod cache; mod git_source; mod index; mod resolve; mod source; mod verify;