Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Test the database connection #28

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Include the database in testing, as part of #25.

JosiahRegencia commented 7 years ago

Does this mean I'll make unit tests for the Database also?

greenmoss commented 7 years ago

@josiah you only have to document what you did to enable the database testing. I saw you made some commits for it.

JosiahRegencia commented 7 years ago

Okay. So actually my commits about the Database testing were about trying to connect the database. Initially I tried to make Travis connect to database Doveps. But I realized that Travis only reads one database name: travis_ci_test That's why I changed database name in utils.py to travis_ci_test engine = create_engine("postgresql://postgres:postgres@127.0.0.1:5432/travis_ci_test")

greenmoss commented 7 years ago

Sounds good; closing.