mod tf; #[cfg(test)] mod tests { use crate::tf; use oats; #[test] fn it_works() { let v = oats::Version { major: 1, minor: 2, patch: 3, }; let p = tf::create_temp(tf::Name::SwaggerPetstore); println!("the path is '{}'", p.path); } }