Skip to content

Commit

Permalink
added test config for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmensch1 committed Mar 13, 2020
1 parent 1e6098d commit ed6a043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/test/test_time_to_close.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
from src.services.time_to_close import time_to_close

TESTCONFIG = {
"Database": {
"DB_CONNECTION_STRING": "postgresql://testingString/postgresql"
}
}

def test_serviceExists():
# Arrange
Expand Down

0 comments on commit ed6a043

Please sign in to comment.