From fc711672d6527ca3b86f825d5624ddc68f572dbe Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Sun, 13 Oct 2013 16:48:42 +0000 Subject: [PATCH] alternatives --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 408bd14..7ff9a12 100644 --- a/readme.md +++ b/readme.md @@ -83,3 +83,7 @@ within the particular directory, and the `teardown` file is run right after. Files are only run if they are executable, and files beginning with `.` are ignored. Thus, fixtures and libraries can be included sloppily within the test directory tree. The test passes if the file exits 0; otherwise, it fails. + +## Alternatives to Urchin +Alternatives to Urchin are discussed in +[this blog post](https://blog.scraperwiki.com/2012/12/how-to-test-shell-scripts/).