bash-it/test
Nils Winkler eb6469096a
Added the parallel test execution code from @rico-chet
See here: cd4a039215/test/run (L22)
2020-04-21 08:25:40 +02:00
..
bash_it Refactored test setup code 2020-04-21 08:25:40 +02:00
completion Refactored test setup code 2020-04-21 08:25:40 +02:00
fixtures/bash_it Test cases for loading from global directory 2017-09-17 21:05:59 +02:00
install Refactored test setup code 2020-04-21 08:25:40 +02:00
lib Refactored test setup code 2020-04-21 08:25:40 +02:00
plugins Refactored test setup code 2020-04-21 08:25:40 +02:00
themes Merge pull request #1395 from zhao-li/toggle-able_commit_count 2019-09-02 08:45:19 +02:00
README.md Updated documentation for global directory 2017-09-17 21:05:58 +02:00
run Added the parallel test execution code from @rico-chet 2020-04-21 08:25:40 +02:00
test_helper.bash Fixing the mktemp function on Linux 2020-04-21 08:25:40 +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.