()
| 345 | |
| 346 | #[test] |
| 347 | fn check_model_dir_empty_dir() { |
| 348 | let tmp = tempfile::tempdir().unwrap(); |
| 349 | assert!(check_model_dir(tmp.path()).is_none()); |
| 350 | } |
| 351 | |
| 352 | #[test] |
| 353 | fn check_model_dir_config_only() { |
nothing calls this directly
no outgoing calls
no test coverage detected