readme: mention test database location

This commit is contained in:
Jimmy Zelinskie 2016-06-17 18:23:11 -04:00
parent e6590c8cc2
commit e6d214c955

View file

@ -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