mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-25 09:48:10 -07:00
13 lines
357 B
Rust
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;
|