grayhemp / bats-mock

Mocking for Bats
The Unlicense
43 stars 10 forks source link

Add load.bash to follow convention used by bats-core modules #10

Closed srcbucket closed 3 years ago

srcbucket commented 3 years ago

The bats modules at https://github.com/bats-core all follow the convention to provide a load.bash file in the module root directory that sources all required bash files.

While bats-mock comes as a single file module, it would still be beneficial to be able to use the same convention as for the other modules. It would also allow bats-mock to grow without introducing breaking changes (there will always be just a single load.bash file).