# Testing

## How to get output from tests with cargo test?

Provide `nocapture` option as an argument to `cargo test`, as follows.

```
cargo test -- --nocapture
```
