diff options
Diffstat (limited to 'development/bats/README')
-rw-r--r-- | development/bats/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/bats/README b/development/bats/README new file mode 100644 index 0000000000..effe6e8f37 --- /dev/null +++ b/development/bats/README @@ -0,0 +1,3 @@ +Bats is a TAP-compliant testing framework for Bash. It provides a +simple way to verify that the UNIX programs you write behave as +expected. |