# tests/docs
Specification coverage tests for `docs/` doc instances of the `mod_interface` crate.
## Scope
One test spec file per doc instance in `docs/feature/`, `docs/invariant/`, and `docs/api/`.
Each file enumerates the verifiable claims in its corresponding doc instance and maps each
claim to the test(s) that exercise it.
## File Responsibility Table
| `feature/` | Test specs for `docs/feature/` instances |
| `invariant/` | Test specs for `docs/invariant/` instances |
| `api/` | Test specs for `docs/api/` instances |