git-test icon indicating copy to clipboard operation
git-test copied to clipboard

Support running multiple tests per commit. e.g. `git test run -t build,lint,unittest main..mybranch`

Open hlovdal opened this issue 1 year ago • 0 comments

These are changes I have been using locally for a long time, and would like to have applied upstream.

It resolves the majority of issue #12.

Commit "Add support for running multiple tests for each commit" is best reviewed with ignore space changes since it changes indentation level with for test in tests: for several lines.

hlovdal avatar Oct 29 '23 19:10 hlovdal