run urchin's tests

This commit is contained in:
Thomas Levine 2012-10-11 14:57:10 -04:00
parent 9beaa250df
commit bbcdc9783e
1 changed files with 14 additions and 2 deletions

View File

@ -3,9 +3,21 @@
'\__| '| \ '\_ '| | _|_, |'\|
` ' ` ` ' ` ' ' `
Urchin is a test framework for shell.
Urchin is a test framework for shell. It currently supports bash on
GNU/Linux and Mac.
## Install
## Try it out
Urchin's tests are written in Urchin, so you can run them to see what Urchin
is like. Clone the repository
git clone git://github.com/scraperwiki/urchin.git
Run the tests
cd urchin/tests
../urchin .
## Globally
Download Urchin like so (as root)
wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin