Open jszwedko opened 9 years ago
Addresses #99
Any feedback @sstephenson ?
Any update here? This has sat around for 6 months, and is really useful...
Any update here? This has sat around for 6 months, and is really useful...
I’m aware there are lots of issues that need attention, but Bats is a personal project and I don’t have any time for it right now. I am looking for a full-time maintainer. Maybe that’s you?
Adds an
include
directive that operates similar toload
but allows you to include other bats test files rather than just bash scripts which allows for a simple way to DRY up similar tests.See the added tests for a simple example of how this functionality might be used.
I can add documentation for this, but wanted to get feedback on the implementation first.
Thank you!