This repository has been archived by the owner on May 4, 2024. It is now read-only.
[Feature Request] [move-cli] The move-cli package test --filter
parameter support for regular expressions
#271
Labels
enhancement
New feature or request
🚀 Feature Request
Motivation
I am currently developing statcoin-ide, and when adding and running a single test case, I found that the filter parameter will match multiple test cases. I hope that the filter parameter supports passing in regular expressions, so that I can do whole word matching.
Pitch
Describe the solution you'd like
move package test --filter /^0x2::M::nop$/
If filter is not a regular expression, use the original logic
Are you willing to open a pull request? (See CONTRIBUTING)
YES
Additional context
Starcoin-ide bug for match multiple test cases
The text was updated successfully, but these errors were encountered: