Justin Bollinger
81015787ed
fix(wordlist-optimize): remove allow_multiple crash, redundant import, add worker tests
...
- Remove `allow_multiple=True` from wordlist_optimize handler to avoid
AttributeError when the return value is a list rather than a str
- Remove redundant `import tempfile` inside wordlist_optimize worker body
(tempfile is already imported at module level on line 29)
- Add TestWordlistOptimizeWorker with 6 tests covering: fast-path
(empty outdir), merge-path (subtract+append), new-length copy,
splitlen failure, subtract failure, and missing-input skip
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-04 21:20:53 -04:00
..
2026-01-26 13:32:37 -05:00
2026-04-22 17:27:15 -04:00
2026-01-26 13:32:37 -05:00
2026-03-18 19:01:51 -04:00
2026-04-25 22:56:13 -04:00
2026-04-24 23:48:05 -04:00
2026-02-20 16:19:07 -05:00
2026-03-19 14:18:25 -04:00
2026-05-04 09:09:39 -04:00
2026-03-16 14:23:09 -04:00
2026-03-19 19:13:41 -04:00
2026-02-06 09:39:07 -05:00
2026-02-05 13:52:06 -05:00
2026-03-19 14:18:25 -04:00
2026-03-19 12:16:04 -04:00
2026-05-04 18:37:57 -04:00
2026-04-25 00:46:51 -04:00
2026-04-25 22:56:13 -04:00
2026-03-17 12:45:19 -04:00
2026-04-08 13:07:33 -04:00
2026-04-13 10:10:01 -04:00
2026-03-19 12:20:37 -04:00
2026-03-02 17:16:54 -05:00
2026-02-05 13:52:06 -05:00
2026-02-13 19:11:51 -05:00
2026-02-13 19:11:51 -05:00
2026-04-08 13:02:26 -04:00
2026-02-05 13:52:06 -05:00
2026-02-12 20:23:12 -05:00
2026-03-16 11:50:32 -04:00
2026-05-04 09:06:31 -04:00
2026-04-08 13:02:26 -04:00
2026-03-19 23:42:43 -04:00
2026-05-04 18:38:03 -04:00
2026-03-19 14:35:29 -04:00
2026-04-22 20:22:43 -04:00
2026-04-22 14:41:38 -04:00
2026-04-22 19:32:44 -04:00
2026-04-22 14:41:38 -04:00
2026-04-22 19:32:44 -04:00
2026-04-22 14:41:38 -04:00
2026-04-22 14:41:38 -04:00
2026-02-17 12:53:20 -05:00
2026-02-17 13:23:36 -05:00
2026-03-18 18:17:41 -04:00
2026-03-19 21:37:58 -04:00
2026-03-19 12:14:05 -04:00
2026-03-19 12:14:05 -04:00
2026-03-19 23:42:43 -04:00
2026-02-05 13:52:06 -05:00
2026-03-02 17:16:54 -05:00
2026-02-13 22:25:48 -05:00
2026-05-04 18:37:57 -04:00
2026-03-19 12:13:38 -04:00
2026-03-19 20:23:28 -04:00
2026-03-19 12:12:12 -04:00
2026-03-19 12:12:12 -04:00
2026-04-22 15:16:12 -04:00
2026-02-05 13:52:06 -05:00
2026-05-04 18:37:57 -04:00
2026-04-22 18:07:52 -04:00
2026-02-05 13:52:06 -05:00
2026-03-19 23:42:43 -04:00
2026-04-22 15:18:31 -04:00
2026-04-08 11:43:51 -04:00
2026-02-05 13:52:06 -05:00
2026-04-25 19:40:43 -04:00
2026-03-19 20:23:28 -04:00
2026-05-04 21:20:53 -04:00
feat: add wordlist tools submenu (len, req-include, req-exclude, cutb, rli, rli2, splitlen, gate) ( #90 , #91 , #92 , #94 )
2026-03-19 12:15:43 -04:00