Skip to content

Commit

Permalink
added db table names to test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
qoda committed Jan 17, 2017
1 parent 7bf3048 commit cc45a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion formfactory/tests/settings/110.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3"
"ENGINE": "django.db.backends.sqlite3",
"NAME": "test110.db"
}
}

Expand Down
3 changes: 2 additions & 1 deletion formfactory/tests/settings/19.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3"
"ENGINE": "django.db.backends.sqlite3",
"NAME": "test19.db"
}
}

Expand Down

0 comments on commit cc45a5a

Please sign in to comment.