readme: mention test database location
This commit is contained in:
parent
e6590c8cc2
commit
e6d214c955
1 changed files with 2 additions and 2 deletions
|
@ -100,9 +100,9 @@ TODO
|
||||||
|
|
||||||
### Test Data
|
### 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`.
|
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
|
### Local Scripts
|
||||||
|
|
||||||
|
|
Reference in a new issue