You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
I use bats with the other maintainers and mentors on the bash track at exercism.io.
We include skips on our tests to encourage TDD, but when checking work it is often desirable to ignore the skips. Most of us handle this with sed, but we are hoping to add a noskip flag option to bats.
Looking at your source it doesn't seem like it will be a big deal.
Add an agreed upon flag and option to the bats file.
Add a simple check inside the skip function.
If you all like this idea, then one of us can make the PR. Thank you all for your hard work 😁
The text was updated successfully, but these errors were encountered:
Hi @guygastineau - @sstephenson hasn't been active on this repo for a couple of years. There's a fork (linked from this repo in an issue #150 (comment)) - and a current proposal/PR for a todo directive that might be of interest 🙏 bats-core/bats-core#38
I use bats with the other maintainers and mentors on the bash track at exercism.io.
We include skips on our tests to encourage TDD, but when checking work it is often desirable to ignore the skips. Most of us handle this with sed, but we are hoping to add a noskip flag option to bats.
Looking at your source it doesn't seem like it will be a big deal.
If you all like this idea, then one of us can make the PR. Thank you all for your hard work 😁
The text was updated successfully, but these errors were encountered: