Wrote tests for Stats (#49)

wrote tests for Stats struct and whether the compressor accurately populates it
This commit is contained in:
Azrenbeth
2021-08-16 15:17:38 +01:00
committed by GitHub
parent 9a59b1121c
commit 011f9f8da5
2 changed files with 188 additions and 0 deletions

View File

@@ -254,3 +254,6 @@ mod level_tests;
#[cfg(test)]
mod compressor_tests;
#[cfg(test)]
mod stats_tests;