At least some of [the test helpers from tests/template.bats in v1.6.0](https://github.com/mbland/go-script-bash/blob/v1.6.0/tests/template.bats#L66-L209) should be migrated to `lib/`. These will certainly be migrated to `lib/bats/helpers`: - [x] `skip_if_none_present_on_system` - [x] `git_for_windows_native_path` - [x] `create_forwarding_script` These may contain useful bits worth extracting, though migration isn't yet certain: - [x] `assert_go_core_unpacked` - [x] `create_fake_tarball_if_not_using_real_url` - [x] `run_with_download_program`
At least some of the test helpers from tests/template.bats in v1.6.0 should be migrated to
lib/.These will certainly be migrated to
lib/bats/helpers:skip_if_none_present_on_systemgit_for_windows_native_pathcreate_forwarding_scriptThese may contain useful bits worth extracting, though migration isn't yet certain:
assert_go_core_unpackedcreate_fake_tarball_if_not_using_real_urlrun_with_download_program