diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2015-01-21 19:38:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-22 06:34:13 +0700 |
commit | dbd33f1a255edd44eee62251d76f6918192babe9 (patch) | |
tree | a97a6d9139f8ff345aa20969e75d53854faa611d /development/bats/README | |
parent | 987f1de9e6a1044a76b669c4c6db1fe1135183ee (diff) |
development/bats: Added (Bash Automated Testing System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..effe6e8f37f5e --- /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. |