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)