docs: mark integration tests complete

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 06:09:18 +01:00
parent fa88422c36
commit 5dd4460d59
3 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -12,6 +12,4 @@
## Testing
- [ ] Integration tests with mock IRC server
- [ ] Plugin command tests (encode, hash, dns, etc.)
- [ ] CAP negotiation tests (mock connection)