forked from CodelyTV/pr-size-labeler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git ignore bashunit, rather install it as vendor
- Loading branch information
1 parent
e4b9901
commit c90ad5f
Showing
5 changed files
with
21 additions
and
1,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# Testing | ||
* [Documentation](https://bashunit.typeddevs.com/) | ||
|
||
## How to run the test | ||
Tests written in [bashunit](https://bashunit.typeddevs.com/). | ||
|
||
Install bashunit dependency: | ||
```bash | ||
./lib/bashunit | ||
``` | ||
./install-dependencies.sh | ||
``` | ||
|
||
Run all tests: | ||
```bash | ||
./lib/bashunit tests | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.idea | ||
.idea/ | ||
|
||
lib/bashunit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
## bashunit | ||
curl -s https://bashunit.typeddevs.com/install.sh | bash |
Oops, something went wrong.