aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/test/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(mingling_picker): replace bool Matcher with FlagMatcherfeat/picker2魏曹先生11 hours1-14/+14
| | | | | | Rename `bool_matcher` module to `flag_matcher` and introduce a dedicated `FlagMatcher` struct, moving matching logic away from the `bool` type itself
* feat(parselib): apply naming case conversion to long flags and aliases魏曹先生15 hours1-2/+71
|
* refactor(test): split monolithic test file into module files魏曹先生16 hours4-567/+572
|
* test: add multi-style flag parsing tests魏曹先生16 hours1-1/+146
| | | | | Add comprehensive test coverage for Windows, PowerShell, and UNIX style flag matching, including case sensitivity and end-of-options behavior
* feat(test): add comprehensive bool flag and route tests魏曹先生16 hours1-1/+412
|
* test: add integration test crate for mingling_picker魏曹先生20 hours2-0/+19