aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/test/src/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(picker): add `Flag` value type and `Pickable` implementation魏曹先生54 min.1-0/+1
| | | | | | | | | Add a new `Flag` enum in `mingling_picker::value` that explicitly distinguishes between an absent flag (`Inactive`) and a present flag (`Active`), along with its `Pickable` implementation. Rename internal fields from `flag_*` to `arg_*` for consistency, update the default naming case to `Kebab`, and enable the `mingling_support` feature in workspace settings.
* refactor(test): split monolithic test file into module files魏曹先生19 hours1-567/+3
|
* test: add multi-style flag parsing tests魏曹先生19 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魏曹先生19 hours1-1/+412
|
* test: add integration test crate for mingling_picker魏曹先生23 hours1-0/+11