uuid-rs / uuid

Generate and parse UUIDs.
https://www.crates.io/crates/uuid
Other
1.01k stars 192 forks source link

Add missing test for invalid parse_str #723

Closed CXWorks closed 11 months ago

CXWorks commented 11 months ago

Hi,

Thanks for your time & patience to review this PR.

We are researchers focusing on Rust unit tests by LLM. By examine the existing code, we found a unit test can be added to improve the repo's overall unit test coverage(this project is already been well tested). The code region to cover is:

https://github.com/uuid-rs/uuid/blob/c8891073248ddc7faa8c53ac9ceb629a341c7b9b/src/error.rs#L73-L79

Thanks again for reviewing.