Open imiskolee opened 6 years ago
we will handle a lots Convey on single golang test function,maybe support --filter for Convey name is good idea for quick test on development stage.
https://godoc.org/github.com/smartystreets/goconvey/convey#FocusConvey
@mdwhatcott thanks a lot. but i think FocusConvey & SkipCovey isn't a good idea.
reasons:
the reasons its why i want --filter flag.
we will handle a lots Convey on single golang test function,maybe support --filter for Convey name is good idea for quick test on development stage.