go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

use varadic func for WithTags and WithIgnoredTags #135 #136

Closed mirogta closed 3 years ago

mirogta commented 3 years ago

Fixes https://github.com/go-bdd/gobdd/issues/135

bkielbasa commented 3 years ago

Hi! Thanks for your submission! I like the change you suggested. The only problem with it it's not backward compatible change. Maybe it's the time we should release the v2 version and do some cleanups... any thoughts @sagikazarmark?