From 5dd4460d5964980b7cdee992abc5a1876b2aecce Mon Sep 17 00:00:00 2001 From: user Date: Sun, 15 Feb 2026 06:09:18 +0100 Subject: [PATCH] docs: mark integration tests complete Co-Authored-By: Claude Opus 4.6 --- ROADMAP.md | 2 +- TASKS.md | 1 + TODO.md | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 50b1734..708a210 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -73,7 +73,7 @@ - [x] `dork` plugin (Google dork query builder) - [x] Per-channel plugin enable/disable - [x] Structured logging (JSON output option) -- [ ] Integration tests with mock IRC server +- [x] Integration tests with mock IRC server - [x] `username` plugin (cross-platform username enumeration) ## v2.0.0 -- Multi-Server + Stable API diff --git a/TASKS.md b/TASKS.md index 2b3e6ca..48a0497 100644 --- a/TASKS.md +++ b/TASKS.md @@ -14,6 +14,7 @@ | P1 | [x] | Structured JSON logging | | P1 | [x] | Documentation update | | P1 | [x] | `username` plugin (cross-platform username enumeration) | +| P1 | [x] | Integration tests with mock IRC server (14 tests) | ## Completed diff --git a/TODO.md b/TODO.md index e443b78..bdfcbc0 100644 --- a/TODO.md +++ b/TODO.md @@ -12,6 +12,4 @@ ## Testing -- [ ] Integration tests with mock IRC server - [ ] Plugin command tests (encode, hash, dns, etc.) -- [ ] CAP negotiation tests (mock connection)