feat: add !paste command and unit tests for 5 core plugins
Add cmd_paste to flaskpaste plugin (create paste, return URL). Add test suites for encode, hash, defang, cidr, and dns plugins (83 new test cases, 1093 total). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -78,11 +78,11 @@ is preserved in git history for reference.
|
||||
|
||||
## Plugins -- Utility
|
||||
|
||||
- [ ] `paste` -- manual paste to FlaskPaste
|
||||
- [ ] `shorten` -- manual URL shortening
|
||||
- [x] `paste` -- manual paste to FlaskPaste
|
||||
- [x] `shorten` -- manual URL shortening
|
||||
- [ ] `cron` -- scheduled bot commands on a timer
|
||||
|
||||
## Testing
|
||||
|
||||
- [ ] Plugin command unit tests (encode, hash, dns, cidr, defang)
|
||||
- [x] Plugin command unit tests (encode, hash, dns, cidr, defang)
|
||||
- [ ] CI pipeline
|
||||
|
||||
Reference in New Issue
Block a user