Skip to content

Commit 04d6e5b

Browse files
committed
test: add unit/release_test for sandbox
1 parent 36a07d4 commit 04d6e5b

File tree

3 files changed

+493
-0
lines changed

3 files changed

+493
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
LATEST_BASHUNIT_VERSION="0.29.0"
3+
4+
function install_bashunit() {
5+
echo "Installing bashunit..."
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "bashunit",
3+
"version": "0.29.0",
4+
"description": "A bash unit testing framework",
5+
"checksum": "abc123def456789"
6+
}

0 commit comments

Comments
 (0)