test_tools 0.17.0

Tools for writing and running tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Examples

Demonstrates basic usage of the `test_tools` crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `readme.md` | Document examples/ organization and running instructions |
| `test_tools_trivial.rs` | Minimal example showing test_tools import and compilation |

## Running Examples

```bash
cargo run --example test_tools_trivial
```