stretchr / gorc

Recursive go testing, done better.
141 stars 2 forks source link

Exclusion levels/ignore #14

Closed tylerstillwater closed 10 years ago

tylerstillwater commented 11 years ago

It would be useful to be able to exclude/ignore a directory entirely, so that it isn't included even when doing "gort test all".

This could be done with exclusion levels, like:

gort exclude always

or a separate concept entirely:

gort ignore

tylerstillwater commented 11 years ago

Perhaps gort exclude --always?