Skip to content

Commit c89307e

Browse files
docs: fix inconsistent test count in section descriptions
1 parent 509b3ba commit c89307e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Languages: [English](https://github.com/nightmarewalker/D-MemFS/blob/main/README
3434
- Async wrapper (`AsyncMemoryFileSystem`) powered by `asyncio.to_thread`
3535
- Zero runtime dependencies (standard library only)
3636
- **No admin/root privileges required** — works on locked-down CI runners, containers, and shared machines where OS-level RAM disks are not an option
37-
- **346 tests, 97% coverage** across 3 OS (Linux / Windows / macOS) × 3 Python versions (3.11–3.13, including free-threaded 3.13t)
37+
- **369 tests, 97% coverage** across 3 OS (Linux / Windows / macOS) × 3 Python versions (3.11–3.13, including free-threaded 3.13t)
3838

3939
This is useful when `io.BytesIO` is too primitive (single buffer), and OS-level RAM disks/tmpfs are impractical (permissions, container policy, Windows driver friction). Ideal for **CI pipeline acceleration** — eliminate disk I/O from test suites and data processing without any infrastructure changes.
4040

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- `asyncio.to_thread` ベースの Async ラッパー(`AsyncMemoryFileSystem`
3535
- ランタイム依存ゼロ(標準ライブラリのみ)
3636
- **管理者権限不要** — OS レベルの RAM ディスクが使えない CI ランナー、コンテナ、共有マシンでもそのまま動作
37-
- **346テスト、カバレッジ97%** — 3 OS(Linux / Windows / macOS)× 3 Python バージョン(3.11〜3.13、フリースレッド 3.13t 含む)で検証済み
37+
- **369テスト、カバレッジ97%** — 3 OS(Linux / Windows / macOS)× 3 Python バージョン(3.11〜3.13、フリースレッド 3.13t 含む)で検証済み
3838

3939
`io.BytesIO` が単一バッファで不足する場合や、OSレベルのRAMディスク/tmpfsが使いにくい環境(権限制約、コンテナポリシー、Windowsの運用負荷)で有効です。**CI パイプラインの高速化**にも最適——インフラ変更なしにテストやデータ処理からディスク I/O を排除できます。
4040

0 commit comments

Comments
 (0)