bash-it/test
Nils Winkler 3f6f1326dc Fixed ruby test for good (hopefully) 2017-09-17 21:05:59 +02:00
..
bash_it More unit tests for loading from global directory structure 2017-09-17 21:05:59 +02:00
completion Completed test suite for Bash-it completion 2017-09-17 21:05:58 +02:00
fixtures/bash_it Test cases for loading from global directory 2017-09-17 21:05:59 +02:00
install Adjust install test case 2017-09-17 21:05:57 +02:00
lib Copied command_exists function to the helpers lib so that there is no hidden dependency on the base plugin 2017-09-17 21:05:59 +02:00
plugins Fixed ruby test for good (hopefully) 2017-09-17 21:05:59 +02:00
themes Copied command_exists function to the helpers lib so that there is no hidden dependency on the base plugin 2017-09-17 21:05:59 +02:00
README.md Updated documentation for global directory 2017-09-17 21:05:58 +02:00
run Removed test filter 2017-09-17 21:05:58 +02:00
test_helper.bash Added support for local setup/teardown functions 2017-06-24 17:31:30 +02:00

README.md

Testing with Bats

To execute the unit tests, please run the run script:

# If you are in the `test` directory:
./run

# If you are in the root `.bash_it` directory:
test/run

The run script will automatically install Bats if it is not already present, and will then run all tests found under the test directory, including subdirectories.