Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add boundary test cases for UUID length and file extensions
This commit adds explicit boundary test cases to existing tests: 1. In test_uuid_checkpoint_patterns: - Tests UUID with exactly 35 characters (one too short) - Uses realistic UUID format: "3a0d65cd-4056-49b8-937b-95f9e3ee90e" 2. In test_unknown_invalid_patterns: - Tests file with no extension (returns Ok(None)) - Tests file with empty extension "." (returns Ok(Some) with Unknown type)
- Loading branch information