1 2 3 4 5 6
//! Integration smoke test exercising the public API of the `lockfiles` crate. #[test] fn version_is_reported() { assert_eq!(lockfiles::version(), env!("CARGO_PKG_VERSION")); }