zebra_chain/block/
tests.rs

1//! Tests for Zebra blocks
2
3// TODO: generate should be rewritten as strategies
4#[cfg(any(test, feature = "bench", feature = "proptest-impl"))]
5pub mod generate;
6#[cfg(test)]
7mod preallocate;
8#[cfg(test)]
9mod prop;
10#[cfg(test)]
11mod vectors;