Skip to content

Commit fe4e3bb

Browse files
committed
[Testing/CI] Added 'bats' test system for bash
1 parent 5d7cf06 commit fe4e3bb

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "test/test_helper/bats-core"]
2+
path = test/test_helper/bats-core
3+
url = https://github.com/bats-core/bats-core
4+
[submodule "test/test_helper/bats-assert"]
5+
path = test/test_helper/bats-assert
6+
url = https://github.com/bats-core/bats-assert
7+
[submodule "test/test_helper/bats-support"]
8+
path = test/test_helper/bats-support
9+
url = https://github.com/bats-core/bats-support
10+
[submodule "test/test_helper/bats-file"]
11+
path = test/test_helper/bats-file
12+
url = https://github.com/bats-core/bats-file

test/test_helper/bats-assert

Submodule bats-assert added at 0a8dd57

test/test_helper/bats-core

Submodule bats-core added at 7f0b346

test/test_helper/bats-file

Submodule bats-file added at 17fa557

test/test_helper/bats-support

Submodule bats-support added at d140a65

0 commit comments

Comments
 (0)