docs: update stale version numbers, MCP counts, and test counts across docs/
Version headers/footers updated to 3.1.0-dev: - docs/features/BOOTSTRAP_SKILL_TECHNICAL.md (was 2.8.0-dev) - docs/reference/API_REFERENCE.md (was 2.7.0) - docs/reference/CODE_QUALITY.md (was 2.7.0) - docs/guides/TESTING_GUIDE.md (was 2.7.0) - docs/guides/MIGRATION_GUIDE.md (was 2.7.0, historical tables untouched) MCP tool count 18 → 26: - docs/guides/MCP_SETUP.md - docs/guides/TESTING_GUIDE.md - docs/reference/CODE_QUALITY.md - docs/reference/CLAUDE_INTEGRATION.md - docs/integrations/CLINE.md - docs/strategy/INTEGRATION_STRATEGY.md Test count 700+/1200+ → 1,880+: - docs/guides/MCP_SETUP.md - docs/guides/TESTING_GUIDE.md - docs/reference/CODE_QUALITY.md - docs/reference/CLAUDE_INTEGRATION.md - docs/features/HOW_TO_GUIDES.md - docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Testing Guide
|
||||
|
||||
**Version:** 2.7.0
|
||||
**Last Updated:** 2026-01-18
|
||||
**Test Count:** 1200+ tests
|
||||
**Version:** 3.1.0-dev
|
||||
**Last Updated:** 2026-02-18
|
||||
**Test Count:** 1,880+ tests
|
||||
**Coverage:** >85%
|
||||
**Status:** ✅ Production Ready
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
Skill Seekers has comprehensive test coverage with **1200+ tests** spanning unit tests, integration tests, end-to-end tests, and MCP integration tests. This guide covers everything you need to know about testing in the project.
|
||||
Skill Seekers has comprehensive test coverage with **1,880+ tests** spanning unit tests, integration tests, end-to-end tests, and MCP integration tests. This guide covers everything you need to know about testing in the project.
|
||||
|
||||
**Test Philosophy:**
|
||||
- **Never skip tests** - All tests must pass before commits
|
||||
@@ -250,7 +250,7 @@ pytest tests/test_*_e2e.py -v -n auto
|
||||
|
||||
### 4. MCP Tests (63 tests)
|
||||
|
||||
Test MCP server and all 18 MCP tools.
|
||||
Test MCP server and all 26 MCP tools.
|
||||
|
||||
#### Example: Testing MCP Tool
|
||||
|
||||
@@ -927,8 +927,8 @@ pytest tests/ --cov=src/skill_seekers
|
||||
|
||||
---
|
||||
|
||||
**Version:** 2.7.0
|
||||
**Last Updated:** 2026-01-18
|
||||
**Test Count:** 1200+ tests
|
||||
**Version:** 3.1.0-dev
|
||||
**Last Updated:** 2026-02-18
|
||||
**Test Count:** 1,880+ tests
|
||||
**Coverage:** >85%
|
||||
**Status:** ✅ Production Ready
|
||||
|
||||
Reference in New Issue
Block a user