docs: correct test counts for migrate.bats (236 total)
README.md: test suite count 210 → 236, "both files" → "three files". CLAUDE.md: testing command lists migrate.bats; Project Structure tree adds migrate.bats (EGB-703 store-format-v2 migration, 26 tests). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cefa06280e
commit
c4da47f320
2 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ cd ~/my-project && ./secrets pull # Pull + decrypt .env* files
|
|||
|
||||
```bash
|
||||
brew install bats-core
|
||||
bats test/ # runs secrets.bats + manifest.bats
|
||||
bats test/ # runs secrets.bats + manifest.bats + migrate.bats
|
||||
./test/run-security.sh # security regression subset + operator sign-off (see below)
|
||||
```
|
||||
|
||||
|
|
@ -77,6 +77,7 @@ hooks/pre-commit # Pre-commit hook template
|
|||
test/
|
||||
secrets.bats # bats-core test suite (133 tests)
|
||||
manifest.bats # EGB-677 .secrets.json manifest tests (77 tests)
|
||||
migrate.bats # EGB-703 store-format-v2 migration tests (26 tests)
|
||||
test_helper.bash # Shared setup/teardown
|
||||
README.md # User-facing documentation
|
||||
CLAUDE.md # This file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue