Improve test coverage

This commit is contained in:
Peter Wilmott
2015-07-23 17:56:51 +01:00
parent 39ebf616c4
commit 6e6ee2d3b2
12 changed files with 103 additions and 16 deletions

5
tests/test_length Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
[[ "$(wc -l < bocker)" -le 100 ]]; echo $?
[[ "$(wc -L < bocker)" -le 80 ]]; echo $?