test_tools 0.18.1

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

### Scope

- **Purpose**: Documents user-facing features of `test_tools` as navigational hubs collecting all artifacts.
- **Responsibility**: Index of all feature doc instances with cross-references to source, tests, and design.
- **In Scope**: Implemented features with committed source and tests.
- **Out of Scope**: Individual API reference; invariants are in `docs/invariant/`.

### Overview Table

| ID  | Name | Purpose | Status |
|-----|------|---------|--------|
| 001 | [Test Aggregation Facade]001_test_aggregation_facade.md | Single-dependency access to all testing utilities ||
| 002 | [SmokeModuleTest]002_smoke_module_test.md | Isolated temporary cargo project testing ||