From 248e118f0b18262681b78e717755c8cdd787bdcf Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:13:43 -0400 Subject: [PATCH] simplify --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fe1c98a..3266e46 100644 --- a/readme.md +++ b/readme.md @@ -19,9 +19,10 @@ Now you can run it. urchin ## Writing tests -Make a directory named `tests`. Inside it, put files that begin with `test` -that exit `0` on success and something else on fail. Then run urchin from -the parent directory of the `tests` directory. +Make a root directory for your tests. Inside it, put executable files that +exit `0` on success and something else on fail. Non-executable files are +ignored, so you can store fixtures right next to your tests. Run urchin from +inside the tests directory. ## More about writing tests Tests are organized recursively in directories, where the names of the files