From 8fac8edf8fbf41580b3be66c10215938b40899a4 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 19 Aug 2011 03:01:49 +0300
Subject: [PATCH] update README with respect to running unit tests

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 518808162..261dd9142 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,11 @@ Here's the software you'll need installed:
 
 ## Testing
 
-Unit tests are under `browserid/tests/`, and you should run them often.  Like before committing code.
+Unit tests can be run by invoking `test.sh` at the top level, and you
+should run them often.  Like before committing code.  To fully test
+the code you should install mysql and have a well permissions `test`
+user (can create and drop databases).  If you don't have mysql installed,
+code testing is still possible (it just uses a little json database).
 
 ## Development model
 
-- 
GitLab