diff options
| author | blasty <peter@haxx.in> | 2026-08-09 22:20:59 +0200 |
|---|---|---|
| committer | blasty <peter@haxx.in> | 2026-08-09 22:20:59 +0200 |
| commit | 9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a (patch) | |
| tree | fc02003fdadcea9b784200034bc20ed5e2bc4439 | |
| parent | Docs: mark the two upstream perf findings fixed in 0.3.2 (diff) | |
| download | ida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.tar.gz ida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.tar.xz ida-tui-9c04fe8fb98f7b576a1d1f5bb928dae4f5914f7a.zip | |
Docs: correct the stale --fast check counts (302/257 -> 380)
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | idatui/codemode_client.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -173,7 +173,7 @@ test is empty while the protocol works fine). ## Tests ```sh -python3 tests/run.py --fast # 302 checks, <1s, any python3 — between edits +python3 tests/run.py --fast # 380 checks, <1s, any python3 — between edits python3 tests/run.py --list # what runs, and what needs IDA python3 tests/run.py # 788 checks, ~2m — before a commit ``` 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 |
