Skip to content

Commit 3801f3f

Browse files
committed
docs: update test count from 272/29 to 314/32 across all docs and landing page
Made-with: Cursor
1 parent fc148b1 commit 3801f3f

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- 🤖 **AI 后处理智能文本源选择** — AI 纠错完成后,后续 AI 功能(摘要、对话、思维导图、分析)自动使用纠错文本;AI 设置面板中可配置偏好(自动 / 始终原始 / 始终纠错后)
1919
- 🔔 **Text-source status banners** — AI Analysis, Chat, and Mind Map tabs now show a real-time banner indicating which text source is in use (original, corrected, or correction-in-progress)
2020
- 🔔 **文本源状态横幅** — AI 分析、对话、思维导图标签页现在显示实时横幅,提示当前使用的文本源(原始、纠错后、或纠错进行中)
21-
- 🧪 10 new unit tests for `resolveTranscriptText` covering all preference modes and edge cases (272 tests / 29 files)
22-
- 🧪 新增 10 个 `resolveTranscriptText` 单元测试,覆盖所有偏好模式和边界情况(共 272 测试 / 29 文件)
21+
- 🧪 42 new tests for AI correction, hypothesis buffer, and PCM/WAV encoding (314 tests / 32 files)
22+
- 🧪 新增 42 个测试覆盖 AI 校正、假设缓冲区和 PCM/WAV 编码(共 314 测试 / 32 文件)
2323

2424
### Changed / 变更
2525
- 🔄 **Review tab reorder** — AI Correction tab moved next to Transcript for a more natural correction-first workflow (Transcript → AI Correction → Overview → AI Analysis → Chat → Mind Map)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To run just the frontend tests:
179179
npm run test:frontend
180180
```
181181

182-
Current suite status: **272 tests across 29 files** with coverage around provider config, transcript state/stabilization, subtitle export, session lifecycle/repository, storage, cloud backup, Open API IPC responses, AI post-process parsing, and transcript text-source resolution.
182+
Current suite status: **314 tests across 32 files** with coverage around provider config, transcript state/stabilization, subtitle export, session lifecycle/repository, storage, cloud backup, Open API IPC responses, AI post-process parsing, transcript text-source resolution, AI correction, hypothesis buffer, and PCM/WAV encoding.
183183

184184
### Build
185185

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ npm run check
175175
npm run test:frontend
176176
```
177177

178-
現在のテスト状況:**29 個のテストファイル、272 個のテストケースがすべてパス**。プロバイダー設定、文字起こし状態/安定化、字幕エクスポート、セッションライフサイクルとリポジトリ、ストレージ、クラウドバックアップ、Open API IPC 応答、AI 後処理パース、文字起こしテキストソース解決をカバーしています
178+
現在のテスト状況:**32 個のテストファイル、314 個のテストケースがすべてパス**。プロバイダー設定、文字起こし状態/安定化、字幕エクスポート、セッションライフサイクルとリポジトリ、ストレージ、クラウドバックアップ、Open API IPC 応答、AI 後処理パース、文字起こしテキストソース解決、AI 校正、仮説バッファ、PCM/WAV エンコーディングをカバーしています
179179

180180
### ビルド
181181

README_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ npm run check
175175
npm run test:frontend
176176
```
177177

178-
目前測試狀態:**29 個測試檔案、272 個測試案例全部通過**,涵蓋 Provider 設定、轉錄狀態/穩定化、字幕匯出、會話生命週期與倉儲、儲存、雲端備份、Open API IPC 回應、AI 後處理解析以及轉錄文本源解析
178+
目前測試狀態:**32 個測試檔案、314 個測試案例全部通過**,涵蓋 Provider 設定、轉錄狀態/穩定化、字幕匯出、會話生命週期與倉儲、儲存、雲端備份、Open API IPC 回應、AI 後處理解析、轉錄文本源解析、AI 校正、假設緩衝區以及 PCM/WAV 編碼
179179

180180
### 打包
181181

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ npm run check
175175
npm run test:frontend
176176
```
177177

178-
当前测试状态:**29 个测试文件、272 个测试用例全部通过**,覆盖 Provider 配置、转录状态/稳定化、字幕导出、会话生命周期与仓储、存储、云备份、Open API IPC 响应、AI 后处理解析以及转录文本源解析
178+
当前测试状态:**32 个测试文件、314 个测试用例全部通过**,覆盖 Provider 配置、转录状态/稳定化、字幕导出、会话生命周期与仓储、存储、云备份、Open API IPC 响应、AI 后处理解析、转录文本源解析、AI 校正、假设缓冲区以及 PCM/WAV 编码
179179

180180
### 打包
181181

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ features:
283283
</div>
284284
<div class="new-feature">
285285
<div class="icon">🧪</div>
286-
<h3>272 Tests Passing</h3>
287-
<p>Expanded test suite with 272 tests across 29 files, including new resolveTranscriptText tests covering all preference modes and edge cases.</p>
286+
<h3>314 Tests Passing</h3>
287+
<p>Expanded test suite with 314 tests across 32 files, including AI correction, hypothesis buffer, PCM/WAV encoding, and all previous coverage areas.</p>
288288
</div>
289289
<div class="new-feature">
290290
<div class="icon">🔄</div>

docs/zh/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ features:
283283
</div>
284284
<div class="new-feature">
285285
<div class="icon">🧪</div>
286-
<h3>272 个测试通过</h3>
287-
<p>扩展测试套件至 29 个文件 272 个测试,新增 resolveTranscriptText 测试覆盖所有偏好模式和边界情况。</p>
286+
<h3>314 个测试通过</h3>
287+
<p>扩展测试套件至 32 个文件 314 个测试,新增 AI 校正、假设缓冲区、PCM/WAV 编码等测试覆盖。</p>
288288
</div>
289289
<div class="new-feature">
290290
<div class="icon">🔄</div>

landing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ <h2 class="font-sans text-3xl md:text-5xl tracking-wide uppercase" data-i18n="in
645645
<p class="font-bold text-xs md:text-sm uppercase tracking-wide" data-i18n="stats.lang">Languages</p>
646646
</div>
647647
<div class="comic-card text-center py-8 md:py-10 px-6">
648-
<div class="stat-number font-sans text-5xl md:text-6xl text-[#00d4aa] mb-2" data-count="272">0</div>
648+
<div class="stat-number font-sans text-5xl md:text-6xl text-[#00d4aa] mb-2" data-count="314">0</div>
649649
<p class="font-bold text-xs md:text-sm uppercase tracking-wide" data-i18n="stats.tests">Tests Passing</p>
650650
</div>
651651
</div>

0 commit comments

Comments
 (0)