()
| 1300 | |
| 1301 | #[test] |
| 1302 | fn test_status_with_path_str() { |
| 1303 | let status = Status::new().with_path("src/commands/"); |
| 1304 | assert_eq!(status.path, Some("src/commands/".to_string())); |
| 1305 | } |
| 1306 | |
| 1307 | #[test] |
| 1308 | fn test_repository_status_filter_methods() { |