Imagine a directory with these files: ``` foo.sh foo.sh.test.yaml bar.sh bar.sh.test.yaml baz.sh something-else ``` It should be possible to easily run the tests for `foo.sh` and `bar.sh` without having to manually list them.
Imagine a directory with these files:
It should be possible to easily run the tests for
foo.shandbar.shwithout having to manually list them.