**Test Documentation Update:** Simplify test coverage description and clarify security-focused testing features, including CVE-2015-9235 prevention, session hijacking, and privilege escalation.

This commit is contained in:
2025-11-02 13:28:49 +01:00
parent 68e7ebc4e0
commit c3c6a18dd1

View File

@@ -86,10 +86,10 @@ alembic upgrade head
#### Testing
**Test Coverage: 97%** (743 tests, all passing)
- Comprehensive test suite with security-focused testing
- Includes tests for JWT algorithm attacks (CVE-2015-9235), session hijacking, and privilege escalation
- 84 missing lines are justified (defensive code, error handlers, production-only code)
**Test Coverage: High (comprehensive test suite)**
- Security-focused testing with JWT algorithm attack prevention (CVE-2015-9235)
- Session hijacking and privilege escalation tests included
- Missing lines justified as defensive code, error handlers, and production-only code
```bash
# Run all tests (uses pytest-xdist for parallel execution)