Skip to content
Snippets Groups Projects
Commit 8fac8edf authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

update README with respect to running unit tests

parent 0cbbb20a
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,11 @@ Here's the software you'll need installed: ...@@ -29,7 +29,11 @@ Here's the software you'll need installed:
## Testing ## 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 ## Development model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment