Test-More / Test2-Harness

Alternative to Test::Harness
Other
23 stars 26 forks source link

--exclude-list option #161

Closed dkechag closed 4 years ago

dkechag commented 4 years ago

Adds an option for exclusion list text files. Hope the changes are in an appropriate style.

The reason I added this is that we are using Test2::Aggregate with file lists and we originally rolled the functionality of skipping aggregated tests in a yath script custom replacement, but the yath script is no longer minimal like it was (and probably subject to change), so a formal option would be quite helpful for cases such as ours.

I only added an integration test, you can bug me to add unit tests if a Finder unit test file is started in the future ;)