avborup / kitty

Kitty is a CLI for interacting with Kattis that allows you to test and submit problems straight from your terminal.
https://open.kattis.com
MIT License
24 stars 6 forks source link

Add flag to filter which tests to run #71

Closed avborup closed 1 year ago

avborup commented 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.

Closes #63