Просмотр исходного кода

[Testing/CI] Added 'bats' test system for bash

Robert Zollner 5 лет назад
Родитель
Сommit
fe4e3bbe80

+ 12 - 0
.gitmodules

@@ -0,0 +1,12 @@
+[submodule "test/test_helper/bats-core"]
+	path = test/test_helper/bats-core
+	url = https://github.com/bats-core/bats-core
+[submodule "test/test_helper/bats-assert"]
+	path = test/test_helper/bats-assert
+	url = https://github.com/bats-core/bats-assert
+[submodule "test/test_helper/bats-support"]
+	path = test/test_helper/bats-support
+	url = https://github.com/bats-core/bats-support
+[submodule "test/test_helper/bats-file"]
+	path = test/test_helper/bats-file
+	url = https://github.com/bats-core/bats-file

+ 1 - 0
test/test_helper/bats-assert

@@ -0,0 +1 @@
+Subproject commit 0a8dd57e2cc6d4cc064b1ed6b4e79b9f7fee096f

+ 1 - 0
test/test_helper/bats-core

@@ -0,0 +1 @@
+Subproject commit 7f0b3461fbec996c1be47f5f9993fd7f9f317804

+ 1 - 0
test/test_helper/bats-file

@@ -0,0 +1 @@
+Subproject commit 17fa557f6fe28a327933e3fa32efef1d211caa5a

+ 1 - 0
test/test_helper/bats-support

@@ -0,0 +1 @@
+Subproject commit d140a65044b2d6810381935ae7f0c94c7023c8c3