Skip to content

Commit

Permalink
Trying to gain insight into the postgres problem. This will be undone
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmonMode committed Jan 22, 2020
1 parent 00c510d commit 2d669cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest_django_test/db_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
else:
# An explicit test db name was given, is that as the base name
TEST_DB_NAME = "{}_inner".format(TEST_DB_NAME)


raise Exception("{} {}".format(DB_NAME, TEST_DB_NAME))

def get_db_engine():
return _settings["ENGINE"].split(".")[-1]
Expand Down

0 comments on commit 2d669cd

Please sign in to comment.