File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ before continuing reading this documentation.
13
13
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
14
14
** Contents**
15
15
16
+ - [ How to install bash_unit] ( #How-to-install-bash_unit )
16
17
- [ How to run tests] ( #how-to-run-tests )
17
18
- [ How to write tests] ( #how-to-write-tests )
18
19
- [ Test functions] ( #test-functions )
@@ -29,12 +30,14 @@ before continuing reading this documentation.
29
30
30
31
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
31
32
32
- # Install
33
+ # How to install bash_unit
33
34
34
- Simply download and run install.sh on your computer :
35
+ This will install bash_unit in your current working directory :
35
36
36
37
bash <(curl -s https://raw.githubusercontent.com/pgrange/bash_unit/master/install.sh)
37
38
39
+ You can also download it from the [ release page] ( https://github.com/pgrange/bash_unit/releases ) .
40
+
38
41
# How to run tests
39
42
40
43
To run tests, simply call bash_unit with all your tests files as parameter. For instance to run bash_unit tests, from bash_unit directory:
You can’t perform that action at this time.
0 commit comments