1 2 3 4 5 6
//! Integration test entry point. //! //! This file imports the integration test module which contains all integration tests. #[path = "integration/mod.rs"] mod integration;