From 6473d5a0aaeb76993b0697deebc652f0287dbbd4 Mon Sep 17 00:00:00 2001 From: Frank Gregor Date: Fri, 6 Feb 2026 19:10:00 +0000 Subject: [PATCH] Chore: Update test count badge to 591 tests [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 580e369..c1bfbf6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![CI](https://github.com/phranck/TUIkit/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/phranck/TUIkit/actions/workflows/ci.yml) -![Tests](https://img.shields.io/badge/Tests-552_passing-brightgreen) +![Tests](https://img.shields.io/badge/Tests-591_passing-brightgreen) ![Swift 6.0](https://img.shields.io/badge/Swift-6.0-F05138?logo=swift&logoColor=white) ![Platforms](https://img.shields.io/badge/Platforms-macOS%20%7C%20Linux-blue) ![License](https://img.shields.io/badge/License-MIT-lightgrey?style=flat) @@ -163,7 +163,7 @@ Sources/ └── TUIkitExample/ Example app (executable target) Tests/ -└── TUIkitTests/ 552 tests across 87 test suites +└── TUIkitTests/ 591 tests across 94 test suites ``` ## Requirements @@ -174,7 +174,7 @@ Tests/ ## Developer Notes - Tests use Swift Testing (`@Test`, `#expect`) — run with `swift test` -- All 552 tests run in parallel +- All 591 tests run in parallel - The `Terminal` class handles raw mode and cursor control via POSIX `termios` ## Contribution