Skip to content

Commit a029858

Browse files
committed
Add testing section to README
1 parent 069b7bf commit a029858

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ cargo run --example custom_resolver
3939

4040
Available [here](https://docs.rs/lofty)
4141

42+
## Testing
43+
44+
As some formats are complex, Lofty makes use of [test-log](https://crates.io/crates/test-log) to get
45+
the detailed debug/trace logging for failures. To run the tests, do:
46+
47+
```shell
48+
RUST_LOG=trace cargo test
49+
```
50+
4251
## Benchmarking
4352

4453
There are benchmarks available [here](./benches). To run them, do:

0 commit comments

Comments
 (0)