amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
27 stars 2 forks source link

allow to filter tests in `toolkit test` #79

Closed amtoine closed 12 months ago

amtoine commented 12 months ago

because nupm test takes an optional pattern?: string argument, i think having it on toolkit test as well would be very handy to run a subset of the tests.

this PR adds that precisely.

Note when the pattern is "" it will run all the tests, thus it's the default