1
0
mirror of https://github.com/hestiacp/hestiacp.git synced 2025-02-06 09:45:30 +00:00

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

This commit is contained in:
Robert Zollner 2020-05-25 04:57:11 +03:00 committed by Zollner Robert
parent 5d7cf06e9a
commit fe4e3bbe80
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@ -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

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

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

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

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