Closed avborup closed 1 year ago
This PR introduces a new --filter/-F flag to the kitty test command, which lets you filter which tests should be run. It may be useful to focus on a single test when debugging rather than a large test output, and this flag assists you in that.
--filter
-F
kitty test
Closes #63
This PR introduces a new
--filter
/-F
flag to thekitty test
command, which lets you filter which tests should be run. It may be useful to focus on a single test when debugging rather than a large test output, and this flag assists you in that.Closes #63