Skip to content

Commit 2d669cd

Browse files
authored
Trying to gain insight into the postgres problem. This will be undone
1 parent 00c510d commit 2d669cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_django_test/db_helpers.py

+2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
else:
2626
# An explicit test db name was given, is that as the base name
2727
TEST_DB_NAME = "{}_inner".format(TEST_DB_NAME)
28+
2829

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

3032
def get_db_engine():
3133
return _settings["ENGINE"].split(".")[-1]

0 commit comments

Comments
 (0)