MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / test_create_profile_folder

Function test_create_profile_folder

src/executor/helpers/profile_folder.rs:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31 #[test]
32 fn test_create_profile_folder() -> Result<()> {
33 let folder_path = create_profile_folder()?;
34 assert!(folder_path.exists());
35 assert!(folder_path.is_dir());
36 Ok(())
37 }
38}

Callers

nothing calls this directly

Calls 1

create_profile_folderFunction · 0.85

Tested by

no test coverage detected