Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
9c0b3ad6
Commit
9c0b3ad6
authored
Aug 21, 2013
by
Christos Stavrakakis
Browse files
tests: Rename default database name
parent
3d1c5d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-common/synnefo/settings/test.py
View file @
9c0b3ad6
...
...
@@ -31,7 +31,7 @@ SNF_TEST_PITHOS_SQLITE_MODULE = bool(int(os.environ.get(
# override default database
if
SNF_TEST_USE_POSTGRES
:
NAME
=
os
.
environ
.
get
(
'SNF_TEST_DB_NAME'
,
's
ynnefo_db
'
)
NAME
=
os
.
environ
.
get
(
'SNF_TEST_DB_NAME'
,
's
nf_apps
'
)
TEST_NAME
=
'test_'
+
NAME
DATABASES
[
'default'
]
=
{
'ENGINE'
:
'django.db.backends.postgresql_psycopg2'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment