From 34689916bbf1fce5579f5727c568c3002e8dc36d Mon Sep 17 00:00:00 2001 From: blasty Date: Sun, 9 Aug 2026 22:20:59 +0200 Subject: Docs: correct the stale --fast check counts (302/257 -> 380) --- idatui/codemode_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idatui/codemode_client.py') diff --git a/idatui/codemode_client.py b/idatui/codemode_client.py index fde62b9..5ee2780 100644 --- a/idatui/codemode_client.py +++ b/idatui/codemode_client.py @@ -32,7 +32,7 @@ from .errors import IDAConnectionError, IDATimeoutError, IDAToolError, Session # The paging/graph/trace layers and their offline test suites must keep importing # `idatui` on a machine with no IDA and no Code Mode installed -- that is the # house rule the stdlib-only worker client used to satisfy for free, and -# `tests/run.py --fast` (257 checks, any python3) depends on it. A hard top-level +# `tests/run.py --fast` (380 checks, any python3) depends on it. A hard top-level # import here makes the whole package unimportable, so the failure is deferred to # the first operation that genuinely needs the library. _CODEMODE_ERROR: Exception | None = None -- cgit v1.3.1-sl0p