-
Notifications
You must be signed in to change notification settings - Fork 81
Option to silence focus-meta warning #298
Copy link
Copy link
Open
Labels
ergonomicsMaking Kaocha delightful to work with and people more efficientMaking Kaocha delightful to work with and people more efficienthelp wantedExtra attention is neededExtra attention is neededimprovementIncremental improvement of an existing featureIncremental improvement of an existing feature
Metadata
Metadata
Assignees
Labels
ergonomicsMaking Kaocha delightful to work with and people more efficientMaking Kaocha delightful to work with and people more efficienthelp wantedExtra attention is neededExtra attention is neededimprovementIncremental improvement of an existing featureIncremental improvement of an existing feature
Type
Projects
Status
Candidate
Would it be possible to have an option to silence this warning?
kaocha/src/kaocha/plugin/filter.clj
Lines 49 to 50 in e203099
I'm setting up kaocha as our company-wide test runner and most of the time folks won't be focusing single tests but it's helpful to have the metadata consistent for everyone, so printing the warning every time feels unnecessary.
I don't know if this is possible, but maybe only include the warning if the option is set from the command line? As I see it, when set in
tests.ednit's meant to be constant and can be ignored, but when set from the cli, it's one-off and thus a warning is good to say "you chose this specifically, did you make a mistake?"