bash-it/test
Konstantin Gredeskoul c0a657270c Add bash-it search functionality
- "bash-it search term1 [term2]...."

 - we are using existing 'bash-it show plugins|aliases|completions'
   commands output, to search (with grep) for lines that match the
   search terms, and then output the matches.

 - wrote a simple unit test that for whatever reason fails on Travis,
   so wrapped it in 'if "Darwin"'...
2016-03-23 23:13:51 -07:00
..
lib Add bash-it search functionality 2016-03-23 23:13:51 -07:00
plugins [pathmunge] fix test and modify metadata syntax in the function pathmunge to be easier supported in the test 2015-06-07 20:23:19 -07:00
README.md added test/README with small guides about testing framework 2015-03-28 18:54:37 -07:00
run Add bash-it search functionality 2016-03-23 23:13:51 -07:00
test_helper.bash [tests] make setup function to create test dir per test 2015-05-03 18:11:27 -07:00

README.md

Testing with Bats

bats test/{lib,plugins}