From ee321deab588054f04e75a6d065aa0504559fb3b Mon Sep 17 00:00:00 2001 From: ge Date: Sun, 9 Oct 2022 01:01:53 +0300 Subject: [PATCH] Add bats-assert and bats-support libraries --- .gitmodules | 6 ++++++ tests/helpers/bats-assert | 1 + tests/helpers/bats-support | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/helpers/bats-assert create mode 160000 tests/helpers/bats-support diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..356ba0a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "tests/helpers/bats-assert"] + path = tests/helpers/bats-assert + url = https://github.com/bats-core/bats-assert.git +[submodule "tests/helpers/bats-support"] + path = tests/helpers/bats-support + url = https://github.com/bats-core/bats-support.git diff --git a/tests/helpers/bats-assert b/tests/helpers/bats-assert new file mode 160000 index 0000000..ffe84ea --- /dev/null +++ b/tests/helpers/bats-assert @@ -0,0 +1 @@ +Subproject commit ffe84ea5dd43b568851549b3e241db150c12929c diff --git a/tests/helpers/bats-support b/tests/helpers/bats-support new file mode 160000 index 0000000..3c8fadc --- /dev/null +++ b/tests/helpers/bats-support @@ -0,0 +1 @@ +Subproject commit 3c8fadc5097c9acfc96d836dced2bb598e48b009