summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 20:04:06 -0600
committermo <mo.khan@gmail.com>2019-05-25 20:04:06 -0600
commit79906b6d556b9adbf3d1c6ba2bc65d555bc1b6c3 (patch)
tree8fb0d4a2ec87e47e23ac8a42385f9a906016c304
parent281f65c8aa7cf154eb0b9dcb910eccc288ee22b7 (diff)
add output of tests
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c0188b..3ccd5a5 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,18 @@ bundled a copy of [bats](https://github.com/sstephenson/bats) to make it
easier to run the tests.
```bash
-$ git submodule update --init
$ sh ./bin/test
+1..10
+ok 1 testing
+ok 2 invoke with a single integer
+ok 3 invoke with multiple integers
+ok 4 invoke with single non-numeric
+ok 5 invoke with multiple non-numeric
+ok 6 invoke with mixed numeric and non-numeric
+ok 7 invoke with a host on the network
+ok 8 invoke with a host not on the network
+ok 9 invoke without a hostname argument
+ok 10 invoke with multiple hostnames
```
## Chapter 16