test_tools 0.19.1

Tools for writing and running tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Tests Inc Directory

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `readme.md` | Document inc/ organization and dependency test aggregation |
| `mod.rs` | Aggregates dependency-crate tests via path attributes |
| `impls_index_test.rs` | Tests for impls_index macro functionality |
| `mem_test.rs` | Tests for mem_tools memory comparison (disabled: unsafe) |
| `try_build_test.rs` | Compile-fail scenario tests via trybuild |
| `dynamic/` | Dynamic test generation utilities |