franela / goblin

Minimal and Beautiful Go testing framework
MIT License
884 stars 79 forks source link

feat: add the ability to skip entire test suites conditionally #104

Closed shakefu closed 3 years ago

shakefu commented 3 years ago
shakefu commented 3 years ago

/cc @marcosnils

This should add similar to Mocha skipping functionality - like an earlier PR - but without altering any of the behavior of Before/After, etc., falling back to the Xit implementation instead to provide backwards compatibility.

shakefu commented 3 years ago

Closing in favor of #106.