Skip to content

Commit

Permalink
test(serde_yml): 🎨 reorganising structure of value tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 27, 2024
1 parent f559d28 commit 900c353
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ pub mod macros;

/// This module contains the tests for the `utilities` module.
pub mod utilities;

/// This module contains the tests for the `value` module.
pub mod value;
8 changes: 8 additions & 0 deletions tests/value/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/// The `test_from` module contains tests for the `From` trait implementations.
pub mod test_from;

/// The `test_partial_eq` module contains tests for the `PartialEq` trait implementations.
pub mod test_partial_eq;

/// The `test_tag` module contains tests for the `Tag` trait implementations.
pub mod test_tag;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 900c353

Please sign in to comment.