From a0298587c0c5e0eae730d03fcd68c923b485a49e Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:42:17 -0400 Subject: [PATCH] Add testing section to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ae2de89a..0d39ee1b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,15 @@ cargo run --example custom_resolver Available [here](https://docs.rs/lofty) +## Testing + +As some formats are complex, Lofty makes use of [test-log](https://crates.io/crates/test-log) to get +the detailed debug/trace logging for failures. To run the tests, do: + +```shell +RUST_LOG=trace cargo test +``` + ## Benchmarking There are benchmarks available [here](./benches). To run them, do: