Add testing section to README

This commit is contained in:
Serial 2024-08-31 13:42:17 -04:00 committed by Alex
parent 069b7bfc97
commit a0298587c0

View file

@ -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: