Files
brk/crates/brk_traversable/tests/traversable/main.rs
T
2026-01-09 20:00:20 +01:00

13 lines
357 B
Rust

//! Structured integration tests for the Traversable derive macro.
//!
//! These tests verify the tree structure output for each category of types
//! in brk_computer/src/internal, ensuring the traversable attributes produce
//! the expected flat/merged structures.
mod common;
mod group_types;
mod lazy_aggregation;
mod derived_date;
mod computed_types;