From e6d214c9559e0aedd301a40efe3952c2fbe44aee Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Fri, 17 Jun 2016 18:23:11 -0400 Subject: [PATCH] readme: mention test database location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8595a22..4a61ca1f3 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ TODO ### Test Data -A SQLite database full of test data is committed to this git repository. +A SQLite database full of test data is committed to this git repository at `test/data/test.db`. This database is generated by executing `python initdb.py`. -The username and password of the admin account is `devtable` and `password`, respectively. +The username and password of the admin test account is `devtable` and `password`, respectively. ### Local Scripts