# tests/ Test files for scripts bundled with this skill. ## Dependencies Tests require [bats-support](https://github.com/bats-core/bats-support) and [bats-assert](https://github.com/bats-core/bats-assert). The test files load helpers from the repo root's `tests/test_helper/`. From the repo root: ```bash git clone https://github.com/bats-core/bats-support tests/test_helper/bats-support git clone https://github.com/bats-core/bats-assert tests/test_helper/bats-assert ``` Run all tests for this skill (from the repo root): ```bash bats plugins/core/skills/agentsmd-audit/tests/ ``` ## Files | File | Purpose | |------|---------| | `validate-secrets.bats` | Bats test suite for `scripts/validate-secrets.sh` | | `validate-structure.bats` | Bats test suite for `scripts/validate-structure.sh` | | `validate-drift.bats` | Bats test suite for `scripts/validate-drift.sh` |