mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-01-30 06:12:06 +00:00
docs: update security test count from 136 to 163
Update the documented test count in CLAUDE.md to reflect the current state after merging PR #100 which added diagnostic warnings for config loading failures. The test suite now includes additional tests for: - Empty command name validation in project configs - Config loading diagnostic warnings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@ npm run lint # Run ESLint
|
|||||||
```bash
|
```bash
|
||||||
ruff check . # Lint
|
ruff check . # Lint
|
||||||
mypy . # Type check
|
mypy . # Type check
|
||||||
python test_security.py # Security unit tests (136 tests)
|
python test_security.py # Security unit tests (163 tests)
|
||||||
python test_security_integration.py # Integration tests (9 tests)
|
python test_security_integration.py # Integration tests (9 tests)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user