forked from dtolnay/serde-yaml
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tests): Add comprehensive unit tests for Path enum variants
- Organized and documented existing tests for Path enum variants (Root, Seq, Map, Alias, Unknown). - Added missing unit tests for: - Map variant with different key values (including empty key). - Seq variant with different index values. - Nested Path structures involving multiple variant combinations. - Ensured consistent docstrings and logical grouping of tests. - Included tests for: - Equality and cloning of Path instances. - Panic scenarios for unexpected sequence and mapping ends. - Handling of Alias variant in Event enum. - Improved coverage and robustness of test suite.
- Loading branch information
1 parent
8fca524
commit fc4ae52
Showing
1 changed file
with
129 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters