Merge pull request #4 from tlevine/link-blog-post

Link to the blog post
This commit is contained in:
David Jones 2013-10-14 01:20:38 -07:00
commit 98c23a2ab8

View File

@ -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/).