If it's any help, I'm getting these errors on runnning watchman tests..
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /root/.biblepaycore/watchman, inifile:
collected 12 items / 2 errors
==================================== ERRORS ====================================
_____________ ERROR collecting test/unit/models/test_proposals.py ______________
test/unit/models/test_proposals.py:10: in
from models import GovernanceObject, Proposal, Vote
lib/models.py:5: in
import init
lib/init.py:103: in
main()
lib/init.py:94: in main
if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
sys.exit(1)
E SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
____________ ERROR collecting test/unit/models/test_superblocks.py _____________
test/unit/models/test_superblocks.py:10: in
from models import GovernanceObject, Proposal, Superblock, Vote
lib/models.py:5: in
import init
lib/init.py:103: in
main()
lib/init.py:94: in main
if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
sys.exit(1)
E SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'watchman.conf'.
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 2 error in 0.77 seconds ============================