Open
Description
Hello,
some of the other BATS helper libraries have a load.bash
helper file in the root of the repository.
- https://github.com/bats-core/bats-assert/blob/master/load.bash
- https://github.com/bats-core/bats-support/blob/master/load.bash
This makes it easier to include the library with bats_load_library
:
bats_load_library has two modes of resolving requests:
- by relative path from the BATS_LIB_PATH to a file in the library
- by library name, expecting libraries to have a load.bash entrypoint
It would be great if we can add it for this library as well.
Metadata
Metadata
Assignees
Labels
No labels