MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / test_detect_default_tech_stack

Function test_detect_default_tech_stack

src/repository.rs:264–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262
263 #[tokio::test]
264 async fn test_detect_default_tech_stack() {
265 let temp_dir = TempDir::new().unwrap();
266
267 // No special files created
268 let result = detect_stack(temp_dir.path()).await.unwrap();
269 assert_eq!(result, "default");
270 }
271
272 #[tokio::test]
273 async fn test_detect_project_name() {

Callers

nothing calls this directly

Calls 2

detect_stackFunction · 0.85
pathMethod · 0.80

Tested by

no test coverage detected