mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2025-01-10 09:09:00 -07:00
Added bats for unit-testing
This commit is contained in:
parent
cbe757f8d8
commit
037cfb345e
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[submodule "test/bats"]
|
||||||
|
path = test/bats
|
||||||
|
url = https://github.com/bats-core/bats-core.git
|
||||||
|
[submodule "test/test_helper/bats-support"]
|
||||||
|
path = test/test_helper/bats-support
|
||||||
|
url = https://github.com/bats-core/bats-support.git
|
||||||
|
[submodule "test/test_helper/bats-assert"]
|
||||||
|
path = test/test_helper/bats-assert
|
||||||
|
url = https://github.com/bats-core/bats-assert.git
|
1
test/bats
Submodule
1
test/bats
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4417a96cfc5e4afc493df94eeef8af4eec760163
|
1
test/test_helper/bats-assert
Submodule
1
test/test_helper/bats-assert
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 44913ffe6020d1561c4c4d1e26cda8e07a1f374f
|
1
test/test_helper/bats-support
Submodule
1
test/test_helper/bats-support
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3c8fadc5097c9acfc96d836dced2bb598e48b009
|
Loading…
Reference in New Issue
Block a user