bash-it/test
Nils Winkler f57bd1e131 Fixed issues with migrating components with the same name
dirs.plugin.bash was recognized while looking for dirs.completion.bash in the global enabled directory.
2017-09-17 21:05:59 +02:00
..
bash_it Add tests for bash_it.sh script 2017-09-17 21:05:58 +02:00
completion Completed test suite for Bash-it completion 2017-09-17 21:05:58 +02:00
install Adjust install test case 2017-09-17 21:05:57 +02:00
lib Fixed issues with migrating components with the same name 2017-09-17 21:05:59 +02:00
plugins skip ruby PATH test if ruby not installed 2017-08-17 17:33:56 +05:00
themes Add tests for base theme's battery functions 2017-06-24 17:31:31 +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.