()
| 4 | use tempfile::TempDir; |
| 5 | |
| 6 | fn catalog_detector() -> CatalogDrivenDetector { |
| 7 | let catalog = EmbeddedSkillCatalog::default(); |
| 8 | CatalogDrivenDetector::new(&catalog).expect("embedded catalog should compile detection rules") |
| 9 | } |
| 10 | |
| 11 | #[test] |
| 12 | fn test_detect_pyproject_toml_with_poetry_groups() { |
no outgoing calls